auto-save 2026-05-15 15:10 (~2)

This commit is contained in:
2026-05-15 15:10:14 +08:00
parent 59a0d10a8a
commit 8bdb797c1d
2 changed files with 14 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ Create the production login file. Replace the username and password as needed:
```bash
printf 'skg:%s\n' "$(openssl passwd -apr1 'change-this-password')" > deploy/.htpasswd
chmod 600 deploy/.htpasswd
chmod 644 deploy/.htpasswd
```
Then start: