mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
@@ -28,13 +28,23 @@ services:
|
|||||||
PAPERLESS_URL: https://paperless.sectorq.eu
|
PAPERLESS_URL: https://paperless.sectorq.eu
|
||||||
PAPERLESS_CSRF_TRUSTED_ORIGINS: https://paperless.sectorq.eu
|
PAPERLESS_CSRF_TRUSTED_ORIGINS: https://paperless.sectorq.eu
|
||||||
PAPERLESS_POST_CONSUME_SCRIPT: /opt/scripts/post-consumption.sh
|
PAPERLESS_POST_CONSUME_SCRIPT: /opt/scripts/post-consumption.sh
|
||||||
PAPERLESS_SOCIALACCOUNT_PROVIDERS: "{\n \"openid_connect\": {\n \"APPS\"\
|
PAPERLESS_SOCIALACCOUNT_PROVIDERS: >
|
||||||
: [\n {\n \"provider_id\": \"authentik\",\n \"name\": \"\
|
{
|
||||||
Authentik\",\n \"client_id\": \"B4NM614bqWkvDqGDAmR823qUm8n4ZNlG3XtvkI51\"\
|
"openid_connect": {
|
||||||
,\n \"secret\": \"7FFRdLWOUHlDxkhc86xR2yhxRn8BmDfTtfX9aTVY1XbRY197zy3UXPs51IMIkIjwjp6uijtpIQDDJDpR7LNInJt0F5hEXGMEcTfJxYyfNv2ytKFO58tCN5UD2EnzbCmN\"\
|
"APPS": [
|
||||||
,\n \"settings\": {\n \"server_url\": \"https://auth.sectorq.eu/application/o/paperless/.well-known/openid-configuration\"\
|
{
|
||||||
\n }\n }\n ],\n \"OAUTH_PKCE_ENABLED\": \"True\"\n }\n\
|
"provider_id": "authentik",
|
||||||
}\n"
|
"name": "Authentik",
|
||||||
|
"client_id": "B4NM614bqWkvDqGDAmR823qUm8n4ZNlG3XtvkI51",
|
||||||
|
"secret": "7FFRdLWOUHlDxkhc86xR2yhxRn8BmDfTtfX9aTVY1XbRY197zy3UXPs51IMIkIjwjp6uijtpIQDDJDpR7LNInJt0F5hEXGMEcTfJxYyfNv2ytKFO58tCN5UD2EnzbCmN",
|
||||||
|
"settings": {
|
||||||
|
"server_url": "https://auth.sectorq.eu/application/o/paperless/.well-known/openid-configuration"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"OAUTH_PKCE_ENABLED": "True"
|
||||||
|
}
|
||||||
|
}
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
homepage.container: paperless-ngx_webserver
|
homepage.container: paperless-ngx_webserver
|
||||||
|
|||||||
Reference in New Issue
Block a user