mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 10:51:27 +01:00 
			
		
		
		
	Update to 2022-12-28 14:00
This commit is contained in:
		| @@ -1 +1,20 @@ | ||||
| var subdir = '<!--# echo var="subdir" default="" -->'; | ||||
| var subdomain = '<!--# echo var="subdomain" default="" -->'; | ||||
|  | ||||
| if (subdomain) { | ||||
|     subdomain = subdomain.substr(0, subdomain.length - 1).split('.') | ||||
|         .join('_') | ||||
|         .toLowerCase() + '.'; | ||||
| } | ||||
|  | ||||
| // In case of no ssi provided by the webserver, use empty strings | ||||
| if (subdir.startsWith('<!--')) { | ||||
|     subdir = ''; | ||||
| } | ||||
| if (subdomain.startsWith('<!--')) { | ||||
|     subdomain = ''; | ||||
| } | ||||
|  | ||||
| var enableJaaS = false; | ||||
|  | ||||
| var config = {{ jitsi_meet_conf | to_nice_json(indent=4) }}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud