mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Implemented schema/main.yml und config/main.yml file
This commit is contained in:
		| @@ -1,32 +0,0 @@ | ||||
| images: | ||||
|   friendica:          "friendica:latest" | ||||
| features: | ||||
|   matomo:             true | ||||
|   css:                false # Temporary deactivated | ||||
|   portfolio_iframe:   true | ||||
|   oidc:               false # Implementation doesn't work yet | ||||
|   central_database:   true | ||||
|   ldap:               true | ||||
|   oauth2:             false # No special login side which could be protected, use 2FA of Friendica instead | ||||
| domains: | ||||
|   canonical: | ||||
|     - "social.{{ primary_domain }}" | ||||
| csp: | ||||
|   flags: | ||||
|     script-src-elem: | ||||
|       unsafe-inline:  true | ||||
|     script-src: | ||||
|       unsafe-inline:  true | ||||
|       unsafe-eval:    true | ||||
|     style-src: | ||||
|       unsafe-inline:  true | ||||
| oauth2_proxy:   | ||||
|   application:        "application" | ||||
|   port:               "80" | ||||
| addons: | ||||
|   keycloakpassword: {} | ||||
|   ldapauth: {} | ||||
| docker: | ||||
|   services: | ||||
|     database: | ||||
|       enabled: true | ||||
		Reference in New Issue
	
	Block a user