fix(bookstack): set APP_KEY so init no longer halts (docs.ginnoir.com 502)

linuxserver/bookstack refuses to start without APP_KEY:
  'The application key is missing, halting init!'
nginx never bound :80, so caddy -> bookstack:80 -> connection refused -> 502.

Key generated via 'docker run --rm --entrypoint /bin/bash
lscr.io/linuxserver/bookstack:latest appkey' on valhalla. Stored in
stacks/dev/.env per per-stack secrets policy; do NOT rotate without
invalidating existing sessions.
This commit is contained in:
ginnoir
2026-06-04 19:25:01 -05:00
parent f96efd9601
commit c5f8e41e8a
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ GITEA_DB_PASSWORD=gitea_d3vp4ss_9f2k
CODE_SERVER_PASSWORD=c0de_s3rver_pass
# BookStack wiki
# APP_KEY encrypts session data — DO NOT rotate without invalidating sessions.
BOOKSTACK_APP_KEY=base64:cSR6L4TPEbM2IFi9MyZcnmexvzAlIHAjn/qMzQKO/t4=
BOOKSTACK_DB_PASSWORD=bookstack_d3v_pass
BOOKSTACK_DB_ROOT_PASSWORD=bookstack_r00t_pass