updated for reversed proxy

This commit is contained in:
2026-07-17 17:53:36 +02:00
parent f1ed598ebe
commit 2cda77b9a5
4 changed files with 108 additions and 35 deletions
+2
View File
@@ -1,6 +1,8 @@
flask:
# Generate with: python -c "import secrets; print(secrets.token_hex(32))"
secret_key: "replace-with-a-long-random-value"
# External path used by the reverse proxy. Use "" to serve from the domain root.
url_prefix: "/fatima"
auth:
username: "your-username"