mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			801 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			801 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| oidc: {}
 | |
|     # Taiga doesn't have a functioning oidc support at the moment
 | |
|     # See
 | |
|     # - https://community.taiga.io/t/taiga-and-oidc-plugin/4866
 | |
|     #
 | |
|     # Due to this reason this plutin is deactivated atm
 | |
| flavor:               'taigaio' # Potential flavors: robrotheram, taigaio
 | |
| features:
 | |
|   matomo:             true
 | |
|   css:                false
 | |
|   desktop:    true
 | |
|   oidc:               false
 | |
|   central_database:   true
 | |
|   logout:             true
 | |
| docker:
 | |
|   services:
 | |
|     database:
 | |
|       enabled: true
 | |
|     taiga: 
 | |
|       version: "latest"
 | |
| server:
 | |
|   csp:
 | |
|     flags:
 | |
|       script-src-elem:
 | |
|         unsafe-inline: true
 | |
|         unsafe-eval:   true
 | |
|       style-src:
 | |
|         unsafe-inline: true
 | |
|       script-src:
 | |
|         unsafe-eval:   true
 | |
|   domains:
 | |
|     canonical:
 | |
|       - "kanban.{{ PRIMARY_DOMAIN }}"
 |