Minor copy edits to README

This commit is contained in:
Emi Matchu 2024-01-14 06:45:35 -08:00
parent 97d5ced04d
commit 6966727117

View file

@ -12,6 +12,7 @@ these are all very basic commands, captured in script form for convenience!)
- `setup-users.yml`: Sets up the user accounts for the system, with their SSH
keys for login.
- `setup-security.yml`: Sets up firewall rules and automatic system updates.
(This is a standard playbook I use for all my servers!)
- `setup-nginx.yml`: Sets up the nginx reverse-proxy to sit in front of
Plausible, including `certbot` for auto-renewing SSL certificates.
- `setup-plausible.yml`: Sets up the Plausible server itself, as a `systemd`
@ -26,10 +27,10 @@ useful as a starting point, there's not much custom here! Just a couple things
to note:
- `setup-users.yml` contains my own username and my own SSH public keys—you'll
want to replace those! (Public SSH keys aren't secret, don't worry!)
want to replace those! (Public SSH keys aren't secret, don't worry, I'm fine!)
- You'll need to create your own copy of `files/plausible-conf.env`, with your
own random secret key. We've omitted ours from the repo for security reasons,
but `plausible-conf.example.env` is similar!
but `files/plausible-conf.example.env` is similar!
- We used the latest version of Plausible available at the time we deployed,
but it's possible you're reading this later. It's worth checking out
Plausible's own self-hosting instructions, and making sure your copy of