From 83ffd6718e16bf7d28bcda8b94cf90aee6509a3a Mon Sep 17 00:00:00 2001 From: futile Date: Sat, 18 Jul 2026 01:42:06 +0100 Subject: [PATCH] update readme --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 2f20529..3560131 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,18 @@ some kind of hosting setup 1. log into the vps, make sure it's fedora (or else 🔪) 2. create a new admin user - - `sudo useradd -m -G wheel admin` - - `sudo passwd admin` - - `sudo su - admin` + - `sudo useradd -m -G wheel admin` + - `sudo passwd admin` + - `sudo su - admin` 3. use the system setup script, and log out - - `sudo dnf install git -y` - - `git clone https://gitlab.com/futile/thingy` - - `./thingy/set-up-system.sh` - - `exit` + - `sudo dnf install git -y` + - `git clone https://gitlab.com/futile/thingy` + - `./thingy/set-up-system.sh` + - `exit` 4. log in again, populate the `.env` and start everything up - - `cd thingy` - - `micro .env` - - `docker compose up` + - `cd thingy` + - `micro .env` + - `docker compose up` 5. continue with service-specific setups ..... ## services @@ -46,20 +46,20 @@ specifics for everything **first setup** 1. server identity - - server hostname: `mail.yaoi.dog` - - default email domain: `yaoi.dog` - - automatically obtain tls certificate: `true` - - generate email signing keys: `true` + - server hostname: `mail.yaoi.dog` + - default email domain: `yaoi.dog` + - automatically obtain tls certificate: `true` + - generate email signing keys: `true` 2. storage - - main data storage: `rocksdb` - - path: `/var/lib/stalwart/` + - main data storage: `rocksdb` + - path: `/var/lib/stalwart/` 3. account directory - - directory type: `use internal` + - directory type: `use internal` 4. logging - - log destination: `console` + - log destination: `console` 5. automatic dns management - - dns server type: `porkbun` - - description: `porkbun` + - dns server type: `porkbun` + - description: `porkbun` **further setup** - settings -> security -> allowed ips