From f32363db824dc7361767be4fc9025c9f232eff68 Mon Sep 17 00:00:00 2001 From: Frenchdom Date: Thu, 2 Jan 2025 20:02:31 +0100 Subject: [PATCH 1/2] Update index.mdx Add a quote on line 93 Signed-off-by: Frenchdom --- website/integrations/services/paperless-ngx/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/paperless-ngx/index.mdx b/website/integrations/services/paperless-ngx/index.mdx index 927b4dcb1fd2..a88c43caf6a8 100644 --- a/website/integrations/services/paperless-ngx/index.mdx +++ b/website/integrations/services/paperless-ngx/index.mdx @@ -90,7 +90,7 @@ Edit your `paperless.conf` and add the following: ```ini PAPERLESS_APPS=allauth.socialaccount.providers.openid_connect -PAPERLESS_SOCIALACCOUNT_PROVIDERS={"openid_connect":{"OAUTH_PKCE_ENABLED":true,"APPS":[{"provider_id":"authentik","name":"Authentik","client_id":"","secret":","settings":{"server_url":"https://authentik.company/application/o/paperless/.well-known/openid-configuration"}}]}} +PAPERLESS_SOCIALACCOUNT_PROVIDERS={"openid_connect":{"OAUTH_PKCE_ENABLED":true,"APPS":[{"provider_id":"authentik","name":"Authentik","client_id":"","secret":"","settings":{"server_url":"https://authentik.company/application/o/paperless/.well-known/openid-configuration"}}]}} ``` Now restart your Paperless services using `sudo systemctl restart paperless-*` From af5b1b1b8d61fd93f86cb41baae3da51c09cca50 Mon Sep 17 00:00:00 2001 From: "Jens L." Date: Thu, 2 Jan 2025 20:21:11 +0100 Subject: [PATCH 2/2] Update website/integrations/services/paperless-ngx/index.mdx Co-authored-by: 4d62 Signed-off-by: Jens L. --- website/integrations/services/paperless-ngx/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/paperless-ngx/index.mdx b/website/integrations/services/paperless-ngx/index.mdx index a88c43caf6a8..702bc21da408 100644 --- a/website/integrations/services/paperless-ngx/index.mdx +++ b/website/integrations/services/paperless-ngx/index.mdx @@ -90,7 +90,7 @@ Edit your `paperless.conf` and add the following: ```ini PAPERLESS_APPS=allauth.socialaccount.providers.openid_connect -PAPERLESS_SOCIALACCOUNT_PROVIDERS={"openid_connect":{"OAUTH_PKCE_ENABLED":true,"APPS":[{"provider_id":"authentik","name":"Authentik","client_id":"","secret":"","settings":{"server_url":"https://authentik.company/application/o/paperless/.well-known/openid-configuration"}}]}} +PAPERLESS_SOCIALACCOUNT_PROVIDERS={"openid_connect":{"OAUTH_PKCE_ENABLED":true,"APPS":[{"provider_id":"authentik","name":"authentik","client_id":"","secret":"","settings":{"server_url":"https://authentik.company/application/o/paperless/.well-known/openid-configuration"}}]}} ``` Now restart your Paperless services using `sudo systemctl restart paperless-*`