working on authentication

This commit is contained in:
vabene1111
2021-01-28 15:11:38 +01:00
parent 148324b37f
commit 6192277778
5 changed files with 120 additions and 83 deletions

View File

@@ -48,8 +48,12 @@ SHOPPING_MIN_AUTOSYNC_INTERVAL=5
GUNICORN_MEDIA=0
# allow authentication via reverse proxy (e.g. authelia), leave of if you dont know what you are doing
# docs: https://github.com/vabene1111/recipes/tree/develop/docs/docker/nginx-proxy%20with%20proxy%20authentication
# see docs for more information https://vabene1111.github.io/recipes/features/authentication/
# when unset: 0 (false)
REVERSE_PROXY_AUTH=0
# allows you to setup o auth providers
# see docs for more information https://vabene1111.github.io/recipes/features/authentication/
# SOCIAL_PROVIDERS = allauth.socialaccount.providers.github, allauth.socialaccount.providers.nextcloud,