mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			865 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			865 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| enable_greenlight:    "true"
 | |
| api_suffix:           "/bigbluebutton/"
 | |
| features:
 | |
|   matomo:             true
 | |
|   css:                true
 | |
|   desktop:            false # Videos can't open in frame due to iframe restrictions
 | |
|                             # @todo fix this
 | |
|   ldap:               false
 | |
|   oidc:               true
 | |
|   central_database:   false # Propably required for backup routines
 | |
|   logout:             true
 | |
| server:
 | |
|   csp:
 | |
|     flags:
 | |
|       script-src-elem:
 | |
|         unsafe-inline:  true
 | |
|       style-src:
 | |
|         unsafe-inline:  true
 | |
|   domains:
 | |
|     canonical:
 | |
|       - "meet.{{ PRIMARY_DOMAIN }}"
 | |
| credentials: {}
 | |
| 
 | |
| docker:
 | |
|   services:
 | |
|     bigbluebutton:
 | |
|       repository: "https://github.com/bigbluebutton/docker.git"
 | |
|       version:    "main"  
 | |
|     database:
 | |
|       # This is set to true to pass integration test, doesn't have any other function
 | |
|       enabled: true
 |