security hardening

This commit is contained in:
Philipp
2026-05-21 14:09:08 +02:00
parent 3103aba972
commit 0046156e58
16 changed files with 205 additions and 43 deletions
+3
View File
@@ -3,3 +3,6 @@ SESSION_SECRET="change-me"
AUTH_USERNAME="admin"
AUTH_PASSWORD="change-me"
DATABASE_PATH="./management.sqlite"
CORS_ORIGINS="http://localhost:5173"
SESSION_COOKIE_SECURE=false
ALLOW_INSECURE_AGENT_HTTP=true