mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	- Switch to custom BBB Docker repository - Externalize Coturn and Collabora by default - Add dedicated 03_dependencies.yml for dependency handling - Improve env templating with lowercased feature flags - Add conditional healthcheck for Greenlight - Refactor TURN/STUN/relay handling with role variable _BBB_COTURN_ROLE - Extend Collabora/Greenlight dependency wiring in override file - Nextcloud Talk: refine vars and enable/disable logic with separate plugin/service flags, add network_mode support and conditional nginx proxy block Ref: https://chatgpt.com/share/68d741ff-a544-800f-9e81-a565e0bab0eb
		
			
				
	
	
		
			38 lines
		
	
	
		
			990 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			990 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| api_suffix:             "/bigbluebutton/"
 | |
| features:
 | |
|   matomo:               true
 | |
|   css:                  true
 | |
|   desktop:              false # Videos can't open in frame due to iframe restrictions
 | |
|   ldap:                 false
 | |
|   oidc:                 true
 | |
|   central_database:     false # Propably required for backup routines
 | |
|   logout:               true
 | |
| server:
 | |
|   ip6_enabled:          false
 | |
|   csp:
 | |
|     flags:
 | |
|       script-src-elem:
 | |
|         unsafe-inline:  true
 | |
|       style-src:
 | |
|         unsafe-inline:  true
 | |
|   domains:
 | |
|     canonical:
 | |
|       - "meet.{{ PRIMARY_DOMAIN }}"
 | |
|     aliases: []
 | |
| credentials: {}
 | |
| 
 | |
| docker:
 | |
|   services:
 | |
|     bigbluebutton:
 | |
|       repository: "https://github.com/kevinveenbirkenbach/bigbluebutton-docker.git"
 | |
|       version:    "bbb3.0"
 | |
|     database:
 | |
|       # This is set to true to pass integration test, doesn't have any other function
 | |
|       enabled:    true
 | |
|     greenlight:
 | |
|       enabled:    true
 | |
|     coturn:
 | |
|       internal:   false
 | |
|     collabora:
 | |
|       internal:   false
 |