Prepare isolated VPS UAT deployment bundle

This commit is contained in:
b0txec
2026-08-20 19:22:03 +03:00
parent bd053b073c
commit 52922b8e7f
14 changed files with 379 additions and 17 deletions
@@ -0,0 +1,11 @@
# Generate the password hash on the VPS; never place a plaintext password here.
# Then copy this file to users_database.yml, replace the placeholders, and set
# mode 0640. The real users_database.yml is excluded from Git.
users:
newsroom:
disabled: false
displayname: Newsroom tester
password: REPLACE_WITH_ARGON2ID_HASH
email: newsroom@invalid.local
groups:
- testers