From e6d65c93485caf1e7478dde71a32a29f46179b6b Mon Sep 17 00:00:00 2001 From: finn Date: Tue, 21 Apr 2026 19:58:52 +0000 Subject: [PATCH] update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f913a2..8fe7af9 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,18 @@ Install? PROBABLY NOT, this runs entirely in alpine and would be nice to isolate ### Admin general: - usermod -aG docker finn +- `usermod -aG docker finn` +- edit `/etc/systemd/journald.conf` +- set or append `SystemMaxUse=500M` ### Admin firewall: - +``` ufw default deny incoming ufw default allow outgoing ufw allow "OpenSSH" ufw allow "WWW Full" ufw enable +``` ### Admin dns: