pad(host): set session secret, so users won't be logged out on restart
Some checks failed
/ Ansible Lint (push) Has been cancelled

Closes #74
This commit is contained in:
June 2026-03-09 21:09:08 +01:00
commit e961886972
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 5 additions and 3 deletions

View file

@ -37,6 +37,7 @@ services:
- "CMD_OAUTH2_CLIENT_SECRET={{ secret__hedgedoc_kc_secret }}"
- "CMD_OAUTH2_PROVIDERNAME=Keycloak"
- "CMD_OAUTH2_SCOPE=openid email profile"
- "CMD_SESSION_SECRET={{ secret__hedgedoc_session_secret }}"
volumes:
- uploads:/hedgedoc/public/uploads
ports: