1
0
mirror of https://github.com/tommytran732/tommytran.io synced 2024-10-17 18:55:14 -04:00

Compare commits

...

2 Commits

Author SHA1 Message Date
b2a113e4e6
Typo fixes
Signed-off-by: Tommy <contact@tommytran.io>
2024-06-09 09:35:35 -07:00
343a0df7f3
Re-add Arch Setup Script
Signed-off-by: Tommy <contact@tommytran.io>
2024-06-09 09:33:35 -07:00
2 changed files with 8 additions and 1 deletions

View File

@ -18,7 +18,7 @@ We focus on in-depth system configuration, security analysis, and software/hardw
[ArcticFoxes.net](https://arcticfoxes.net) is a group of self hosted and federated services run by me. It consists of: [ArcticFoxes.net](https://arcticfoxes.net) is a group of self hosted and federated services run by me. It consists of:
- [A Matrix server](https://matrix.arcticfoxes.net) using my [hardened docker image](https://github.com/tommytran732/Synapse-Docker). I also have a [web client](https://element.arcticfoxes.net) and TURN server as accessories for the Matrix server. - [A Matrix server](https://matrix.arcticfoxes.net) using my [hardened docker image](https://github.com/tommytran732/Synapse-Docker). I also have a [web client](https://element.arcticfoxes.net) and TURN server as accessories for the Matrix server.
- [A OpenVPN to ONC converter](onc.arcticfoxes.net). This is a simpel fork of [thomkeh/ovpn2onc](https://github.com/thomkeh/ovpn2onc) with a dark theme. - [A OpenVPN to ONC converter](onc.arcticfoxes.net). This is a simple fork of [thomkeh/ovpn2onc](https://github.com/thomkeh/ovpn2onc) with a dark theme.
Most of the configurations and deployment files are available on [GitHub](https://github.com/ArcticFoxes-net). Most of the configurations and deployment files are available on [GitHub](https://github.com/ArcticFoxes-net).
@ -50,6 +50,13 @@ On Fedora CoreOS, I have also included systemd services to:
- Install and update gVisor at boot - Install and update gVisor at boot
- Update containers in a Docker Compose stack once a week. - Update containers in a Docker Compose stack once a week.
## Arch Setup Script
![Arch Linux](/images/archlinux.jpg)
The [Arch Setup Script](https://github.com/TommyTran732/Arch-Setup-Script) is a script that I wrote to automate my Arch Linux installation which mimics openSUSE's setup with BTRFS and Snapper. At the time, there was no other installer that does this nicely because they all use the same flat layout as recommended in the Arch Wiki. The downside of using this layout is that snapper rollback does not work properly and the user has to get into the Arch ISO to manually rollback their system. This could be solved by using the openSUSE's layout for BTRFS, and I forked Easy Arch to do just that.
Over time, I have been adding more security/privacy related settings. Most of them are ported from the Linux Setup Scripts repo.
## Microsoft Egde Policies ## Microsoft Egde Policies
![Microsoft Edge](/images/microsoft-edge.png) ![Microsoft Edge](/images/microsoft-edge.png)

BIN
static/images/archlinux.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB