From 9635dd98f3ff1f7fd035ba85d44e7129a90ee977 Mon Sep 17 00:00:00 2001 From: Frenchdom Date: Thu, 2 Jan 2025 20:27:50 +0100 Subject: [PATCH] website/integrations: fix missing quote in paperless-ngx (#12537) * Update index.mdx Add a quote on line 93 Signed-off-by: Frenchdom * Update website/integrations/services/paperless-ngx/index.mdx Co-authored-by: 4d62 Signed-off-by: Jens L. --------- Signed-off-by: Frenchdom Signed-off-by: Jens L. Co-authored-by: Jens L. Co-authored-by: 4d62 --- 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 927b4dcb1f..702bc21da4 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-*`