Update authentik and fix tandoor typo
This commit is contained in:
		
							parent
							
								
									843dadf285
								
							
						
					
					
						commit
						b22698a79b
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@ SQL_DEBUG=0
 | 
			
		|||
# TANDOOR_PORT=8080
 | 
			
		||||
 | 
			
		||||
# hosts the application can run under e.g. recipes.mydomain.com,cooking.mydomain.com,...
 | 
			
		||||
ALLOWED_HOSTS=recipies.serguzim.me
 | 
			
		||||
ALLOWED_HOSTS=recipes.serguzim.me
 | 
			
		||||
 | 
			
		||||
# random secret key, use for example `base64 /dev/urandom | head -c50` to generate one
 | 
			
		||||
SECRET_KEY=
 | 
			
		||||
| 
						 | 
				
			
			@ -118,7 +118,7 @@ ENABLE_METRICS=1
 | 
			
		|||
# see docs for more information https://vabene1111.github.io/recipes/features/authentication/
 | 
			
		||||
#SOCIAL_PROVIDERS=allauth.socialaccount.providers.openid
 | 
			
		||||
 | 
			
		||||
#SOCIALACCOUNT_PROVIDERS="{'openid': {'SERVERS': [{'id': 'auth.serguzim.me', 'name': 'auth.serguzim.me', 'openid_url': 'https://auth.serguzim.me/application/o/recipies_serguzim_me/'},]}}"
 | 
			
		||||
#SOCIALACCOUNT_PROVIDERS="{'openid': {'SERVERS': [{'id': 'auth.serguzim.me', 'name': 'auth.serguzim.me', 'openid_url': 'https://auth.serguzim.me/application/o/recipes_serguzim_me/'},]}}"
 | 
			
		||||
 | 
			
		||||
# Should a newly created user from a social provider get assigned to the default space and given permission by default ?
 | 
			
		||||
# ATTENTION: This feature might be deprecated in favor of a space join and public viewing system in the future
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue