mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	Add support for themes to riot-web
This commit is contained in:
		| @@ -45,6 +45,21 @@ matrix_riot_web_registration_enabled: false | ||||
| # Controls whether Riot shows the presence features | ||||
| matrix_riot_web_enable_presence_by_hs_url: ~ | ||||
|  | ||||
| # Controls whether custom riot-web themes will be installed. | ||||
| # When enabled, all themes found in the `matrix_riot_web_themes_repository_url` repository | ||||
| # will be installed and enabled automatically. | ||||
| matrix_riot_web_themes_enabled: false | ||||
| matrix_riot_web_themes_repository_url: https://github.com/aaronraimist/riot-web-themes | ||||
|  | ||||
| # Controls the `settingsDefault.custom_themes` setting of the riot-web configuration. | ||||
| # You can use this setting to define custom themes. | ||||
| # | ||||
| # Also, look at `matrix_riot_web_themes_enabled` for a way to pull in a bunch of custom themes automatically. | ||||
| # If you define your own themes here and set `matrix_riot_web_themes_enabled: true`, your themes will be preserved as well. | ||||
| # | ||||
| # Note that for a custom theme to work well, all riot-web/riot-desktop instances that you use must have the same theme installed. | ||||
| matrix_riot_web_settingDefaults_custom_themes: [] | ||||
|  | ||||
| # Default riot-web configuration template which covers the generic use case. | ||||
| # You can customize it by controlling the various variables inside it. | ||||
| # | ||||
|   | ||||
		Reference in New Issue
	
	Block a user