Maybe fix paperless pocketid callback url

This commit is contained in:
Peter Smit
2025-01-02 16:09:26 +01:00
parent 9dd8ec68bf
commit ab7c9e8699

View File

@@ -41,6 +41,8 @@ services:
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000 PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
PAPERLESS_TIKA_ENDPOINT: http://tika:9998 PAPERLESS_TIKA_ENDPOINT: http://tika:9998
PAPERLESS_APPS: "allauth.socialaccount.providers.openid_connect" # Enable OpenID Connect for pocketid PAPERLESS_APPS: "allauth.socialaccount.providers.openid_connect" # Enable OpenID Connect for pocketid
USE_X_FORWARD_HOST: true
USE_X_FORWARDED_PORT: true
gotenberg: gotenberg:
image: docker.io/gotenberg/gotenberg:8.15.2 image: docker.io/gotenberg/gotenberg:8.15.2