Make session cookie security configurable
All checks were successful
docker / build-and-push (push) Successful in 51s
All checks were successful
docker / build-and-push (push) Successful in 51s
This commit is contained in:
@@ -32,6 +32,11 @@ docker compose up --build
|
||||
|
||||
The app expects a MariaDB instance configured through environment variables.
|
||||
|
||||
### Session and Cookie Env Vars
|
||||
|
||||
- `SESSION_TTL_SECONDS` (default: `86400`)
|
||||
- `SESSION_COOKIE_SECURE` (default: `false`, set `true` in production HTTPS)
|
||||
|
||||
## Gitea CI/CD
|
||||
|
||||
Add these secrets in Gitea:
|
||||
|
||||
Reference in New Issue
Block a user