mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
 | |
| credentials: {}
 | |
| docker:
 | |
|   images: {}                # @todo Move under services
 | |
|   versions: {}              # @todo Move under services
 | |
|   services:
 | |
|     redis:
 | |
|       enabled:      false   # Enable Redis
 | |
|     database:
 | |
|       enabled:      false   # Enable the database
 | |
| features:
 | |
|   matomo:           true    # Enable Matomo Tracking
 | |
|   css:              true    # Enable Global CSS Styling
 | |
|   desktop: true    # Enable loading of app in iframe
 | |
|   ldap:             false   # Enable LDAP Network
 | |
|   central_database: false   # Enable Central Database Network
 | |
|   recaptcha:        false   # Enable ReCaptcha
 | |
|   oauth2:           false   # Enable the OAuth2-Proy
 | |
|   javascript:       false   # Enables the custom JS in the javascript.js.j2 file
 | |
|   logout: false   # With this app I assume that it's a service, so should be renamed and logging is unneccessary
 | |
| server:
 | |
|   csp:
 | |
|     whitelist:        {}      # URL's which should be whitelisted
 | |
|     flags:            {}      # Flags which should be set
 | |
|   domains:
 | |
|     canonical:
 | |
|       - "libretranslate.{{ PRIMARY_DOMAIN }}"
 | |
|     aliases:          []      # Alias redirections to the first element of the canonical domains
 | |
| rbac:
 | |
|   roles: {}
 | |
| 
 |