Configure public-web-static host for Element Web hosting
Co-authored-by: julian <julian@jsts.xyz>
This commit is contained in:
		
					parent
					
						
							
								3053eb9b2f
							
						
					
				
			
			
				commit
				
					
						02411bb800
					
				
			
		
					 8 changed files with 206 additions and 0 deletions
				
			
		|  | @ -0,0 +1,47 @@ | |||
| { | ||||
|     "default_server_name": "hamburg.ccc.de", | ||||
|     "default_server_config": { | ||||
|         "m.homeserver": { | ||||
|             "base_url": "https://matrix.hamburg.ccc.de", | ||||
|             "server_name": "hamburg.ccc.de" | ||||
|         }, | ||||
|         "m.identity_server": { | ||||
|             "base_url": "https://vector.im" | ||||
|         } | ||||
|     }, | ||||
|     "disable_custom_urls": true, | ||||
|     "disable_guests": false, | ||||
|     "disable_login_language_selector": false, | ||||
|     "disable_3pid_login": true, | ||||
|     "brand": "Element", | ||||
|     "integrations_ui_url": "https://scalar.vector.im/", | ||||
|     "integrations_rest_url": "https://scalar.vector.im/api", | ||||
|     "integrations_widgets_urls": [ | ||||
|         "https://scalar.vector.im/_matrix/integrations/v1", | ||||
|         "https://scalar.vector.im/api", | ||||
|         "https://scalar-staging.vector.im/_matrix/integrations/v1", | ||||
|         "https://scalar-staging.vector.im/api", | ||||
|         "https://scalar-staging.riot.im/scalar/api" | ||||
|     ], | ||||
|     "bug_report_endpoint_url": "https://element.io/bugreports/submit", | ||||
|     "uisi_autorageshake_app": "element-auto-uisi", | ||||
|     "default_country_code": "DE", | ||||
|     "show_labs_settings": true, | ||||
|     "default_federate": true, | ||||
|     "default_theme": "dark", | ||||
|     "room_directory": { | ||||
|         "servers": [ | ||||
|             "matrix.org" | ||||
|         ] | ||||
|     }, | ||||
|     "enable_presence_by_hs_url": { | ||||
|         "https://matrix.org": false, | ||||
|         "https://matrix-client.matrix.org": false | ||||
|     }, | ||||
|     "setting_defaults": { | ||||
|         "breadcrumbs": true | ||||
|     }, | ||||
|     "jitsi": { | ||||
|         "preferredDomain": "meet.element.io" | ||||
|     } | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jannes Grzebien
					Jannes Grzebien