mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Adjust variable names
This commit is contained in:
		@@ -43,13 +43,13 @@ matrix_riot_web_welcome_text: "_t('Decentralised, encrypted chat & collabora
 | 
			
		||||
 | 
			
		||||
# Links, shown in footer of welcome page:
 | 
			
		||||
# [{"text": "Link text", "url": "https://link.target"}, {"text": "Other link"}]
 | 
			
		||||
matrix_riot_web_welcome_footerlinks: false
 | 
			
		||||
matrix_riot_web_branding_authFooterLinks: ~
 | 
			
		||||
 | 
			
		||||
# URL to image, shown during Login
 | 
			
		||||
matrix_riot_web_welcome_authlogo: "{{ matrix_riot_web_welcome_logo }}"
 | 
			
		||||
matrix_riot_web_branding_authHeaderLogoUrl: "{{ matrix_riot_web_welcome_logo }}"
 | 
			
		||||
 | 
			
		||||
# URL to Wallpaper, shown in background of welcome page
 | 
			
		||||
matrix_riot_web_welcome_background: false
 | 
			
		||||
matrix_riot_web_branding_welcomeBackgroundUrl: ~
 | 
			
		||||
 | 
			
		||||
# By default, there's no Riot homepage (when logged in). If you wish to have one,
 | 
			
		||||
# point this to a `home.html` template file on your local filesystem.
 | 
			
		||||
 
 | 
			
		||||
@@ -31,8 +31,8 @@
 | 
			
		||||
		"homeUrl": {{ matrix_riot_web_embedded_pages_home_url|string|to_json }}
 | 
			
		||||
	},
 | 
			
		||||
	"branding": {
 | 
			
		||||
		"authFooterLinks": {{ matrix_riot_web_welcome_footerlinks|to_json }},
 | 
			
		||||
		"authHeaderLogoUrl": {{ matrix_riot_web_welcome_authlogo|to_json }},
 | 
			
		||||
		"welcomeBackgroundUrl": {{ matrix_riot_web_welcome_background|to_json }}
 | 
			
		||||
		"authFooterLinks": {{ matrix_riot_web_branding_authFooterLinks|to_json }},
 | 
			
		||||
		"authHeaderLogoUrl": {{ matrix_riot_web_branding_authHeaderLogoUrl|to_json }},
 | 
			
		||||
		"welcomeBackgroundUrl": {{ matrix_riot_web_branding_welcomeBackgroundUrl|to_json }}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user