Added rotation, moved select all, added link after download

This commit is contained in:
2025-09-25 20:47:41 +02:00
parent 787624c432
commit 74fe14f09b
7 changed files with 174 additions and 44 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ def setup_app(app: Flask) -> None:
# Setup the login manager
LoginManager(app)
# I don't know :-)
# Configure proxy header handling for reverse proxy deployments (nginx, Apache, etc.)
# This ensures proper client IP detection and HTTPS scheme recognition
app.wsgi_app = ProxyFix(
app.wsgi_app,
x_for=1,