feat: inject PAPERLESS_URL environment variable and update document link rendering in MailDetailPage
Build and Push Multi-Platform Images / build-and-push (push) Successful in 18s

This commit is contained in:
2026-05-18 20:53:17 +02:00
parent 11bed63bad
commit 1e7e8cf6da
3 changed files with 21 additions and 18 deletions
+1
View File
@@ -55,6 +55,7 @@ services:
- "${FRONTEND_PORT:-7600}:80"
environment:
- VITE_API_URL=
- PAPERLESS_URL=${PAPERLESS_URL:-http://paperless:8000}
- VITE_OIDC_AUTHORITY=${VITE_OIDC_AUTHORITY:-https://auth.poettker-holtrup.de/application/o/paperlessmanager/}
- VITE_OIDC_CLIENT_ID=${VITE_OIDC_CLIENT_ID:-ogOeIlrcsf2spjuwyOc7CuAPrRkRSt3RXfYguoLn}
- VITE_OIDC_REDIRECT_URI=${VITE_OIDC_REDIRECT_URI:-https://px-7a9b2.poettker-cloud.de/auth/callback}