Update install-service.sh

Fix initial setup of authentik (AUTHENTIK_REDIS__DB=1)
This commit is contained in:
Thorsten Spille 2024-06-29 14:27:21 +02:00 committed by GitHub
parent efbc86394d
commit e966260068
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,6 +95,7 @@ AUTHENTIK_EMAIL__USE_SSL=false
AUTHENTIK_EMAIL__TIMEOUT=10 AUTHENTIK_EMAIL__TIMEOUT=10
# Email address authentik will send from, should have a correct @domain # Email address authentik will send from, should have a correct @domain
AUTHENTIK_EMAIL__FROM= AUTHENTIK_EMAIL__FROM=
AUTHENTIK_REDIS__DB=1
EOF EOF
docker compose pull docker compose pull
@ -104,4 +105,4 @@ case $PORTAINER in
full) install_portainer_full ;; full) install_portainer_full ;;
agent) install_portainer_agent ;; agent) install_portainer_agent ;;
*) echo -e "\n######################################################################\n\n Enjoy your authentik intallation.\n\n######################################################################\n\n Setup your authentik instance by entering https://${myip}/if/flow/initial-setup/ into your browser.\n\n######################################################################" ;; *) echo -e "\n######################################################################\n\n Enjoy your authentik intallation.\n\n######################################################################\n\n Setup your authentik instance by entering https://${myip}/if/flow/initial-setup/ into your browser.\n\n######################################################################" ;;
esac esac