Add auth system, fix map defaults, controls overflow, fix latest-date ref

This commit is contained in:
zyphlar
2026-04-22 17:03:15 -07:00
parent 6880382011
commit 24c27767ec
8 changed files with 288 additions and 55 deletions
+12
View File
@@ -0,0 +1,12 @@
# OSM Import Tools environment configuration
# Edit these values before deploying. In Portainer GitOps you can also
# override them in the stack's Environment Variables UI.
# Password for the built-in 'admin' account.
# The container seeds this on every startup, so changing it here
# and redeploying will update the password automatically.
ADMIN_PASSWORD=changeme
# Secret key for Flask session signing.
# Generate a strong random value, e.g.: python -c "import secrets; print(secrets.token_hex(32))"
FLASK_SECRET_KEY=change-this-to-a-long-random-string