mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	In between commit domain restruturing
This commit is contained in:
		| @@ -1,6 +1,4 @@ | ||||
| version:                      "production"                                      # @see https://nextcloud.com/blog/nextcloud-release-channels-and-how-to-track-them/ | ||||
| ldap: | ||||
|   enabled:                    True                                              # Enables LDAP by default | ||||
| csp: | ||||
|   flags: | ||||
|     style-src: | ||||
| @@ -10,6 +8,10 @@ csp: | ||||
|   whitelist: | ||||
|     font-src: | ||||
|       - "data:" | ||||
| domains: | ||||
|   canonical: | ||||
|     - "cloud.{{ primary_domain }}" | ||||
|  | ||||
| oidc: | ||||
|   enabled:                    "{{ applications.nextcloud.features.oidc | default(true) }}"      # Activate OIDC for Nextcloud | ||||
|   # floavor decides which OICD plugin should be used.  | ||||
| @@ -23,7 +25,7 @@ credentials: | ||||
| features: | ||||
|   matomo:                       true | ||||
|   css:                          true | ||||
|   portfolio_iframe:           false | ||||
|   portfolio_iframe:             false | ||||
|   ldap:                         true | ||||
|   oidc:                         true | ||||
|   central_database:             true | ||||
|   | ||||
| @@ -4,4 +4,4 @@ plugin_configuration: | ||||
|     configvalue:  "{{ applications.bigbluebutton.credentials.shared_secret }}" | ||||
|   - appid:        "bbb" | ||||
|     configkey:    "api.url" | ||||
|     configvalue:  "{{ applications.bigbluebutton.urls.api }}" | ||||
|     configvalue:  "{{ web_protocol }}://{{domains | get_domain(''bigbluebutton'')}}{{applications.bigbluebutton.api_suffix}}" | ||||
		Reference in New Issue
	
	Block a user