From 6966727117aceb399ade3b81cac6a1cc94bb58bf Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Sun, 14 Jan 2024 06:45:35 -0800 Subject: [PATCH] Minor copy edits to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3207db..4482e33 100644 --- a/README.md +++ b/README.md @@ -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