website/integrations: fix missing quote in paperless-ngx (#12537)
* Update index.mdx Add a quote on line 93 Signed-off-by: Frenchdom <frenchdom@gmail.com> * Update website/integrations/services/paperless-ngx/index.mdx Co-authored-by: 4d62 <github-user@sdko.org> Signed-off-by: Jens L. <jens@beryju.org> --------- Signed-off-by: Frenchdom <frenchdom@gmail.com> Signed-off-by: Jens L. <jens@beryju.org> Co-authored-by: Jens L. <jens@beryju.org> Co-authored-by: 4d62 <github-user@sdko.org>
This commit is contained in:
@ -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":"<Client ID>","secret":<Client 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":"<Client ID>","secret":"<Client Secret>","settings":{"server_url":"https://authentik.company/application/o/paperless/.well-known/openid-configuration"}}]}}
|
||||
```
|
||||
|
||||
Now restart your Paperless services using `sudo systemctl restart paperless-*`
|
||||
|
Reference in New Issue
Block a user