Skip to content

Commit

Permalink
Fix dead link
Browse files Browse the repository at this point in the history
Signed-off-by: wj25czxj47bu6q <[email protected]>
  • Loading branch information
wj25czxj47bu6q authored Aug 18, 2024
1 parent d8fe10a commit cb19dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Synapse-Ubuntu-ZFS
Server configurations for Ubuntu 22.04 running Synapse

This configuration does not include some hardening configurations, as those are maintained [here](https://github.com/tommytran732/Linux-Setup-Scripts/blob/main/Ubuntu-22.04-Server.sh).
This configuration does not include some hardening configurations, as those ~~are~~ were maintained [here](https://github.com/TommyTran732/Linux-Setup-Scripts/blob/2f5a5ab10a13035ab467bfcb6d95984d3050b27a/Ubuntu-22.04-Server.sh).

**Notes**:
- snap ufw blocks Docker by default. ArcticFoxes's Matrix server uses .deb ufw instead.
Expand All @@ -12,4 +12,4 @@ This configuration does not include some hardening configurations, as those are
- You need to create a `matrix-synapse-socket` and add the `matrix-synapse` and `nginx` user to it.
- Systemd overrides for NGINX and SSHD services are based on [GrapheneOS's configurations](https://github.com/GrapheneOS/infrastructure/tree/main/systemd/system).
- Systemd override for Synapse is based on Arch Linux's [matrix-synapse](https://gitlab.archlinux.org/archlinux/packaging/packages/matrix-synapse/-/blob/main/override-hardened.conf?ref_type=heads) package.
- The repolists of PostgreSQL and Docker have been modified so that they read GPG keys from `/usr/share/keyring` by default. Make sure that when you follow upstream's documentation on adding their GPG keys, you adjust the location. For PostgreSQL's GPG key, run `curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | sudo tee /usr/share/keyrings/postgresql-debian-repo.gpg >/dev/null`
- The repolists of PostgreSQL and Docker have been modified so that they read GPG keys from `/usr/share/keyring` by default. Make sure that when you follow upstream's documentation on adding their GPG keys, you adjust the location. For PostgreSQL's GPG key, run `curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | sudo tee /usr/share/keyrings/postgresql-debian-repo.gpg >/dev/null`

0 comments on commit cb19dbd

Please sign in to comment.