mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 08:02:28 +01:00 
			
		
		
		
	Update install-service.sh
Fix initial setup of authentik (AUTHENTIK_REDIS__DB=1)
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user