flame hq element config + branding, e2ee-default-off (config.json + .well-known verified serving both flags 2026-08-29)
This commit is contained in:
59
element/config.json.tmpl
Normal file
59
element/config.json.tmpl
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"default_server_config": {
|
||||
"m.homeserver": {
|
||||
"base_url": "https://$HQ_DOMAIN",
|
||||
"server_name": "$SYNAPSE_SERVER_NAME"
|
||||
},
|
||||
"m.identity_server": {
|
||||
"base_url": "https://vector.im"
|
||||
}
|
||||
},
|
||||
"disable_guests": true,
|
||||
"disable_login_language_selector": false,
|
||||
"disable_3pid_login": false,
|
||||
"brand": "Comms",
|
||||
"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",
|
||||
"defaultCountryCode": "US",
|
||||
"showLabsSettings": false,
|
||||
"features": {
|
||||
"feature_new_spinner": true,
|
||||
"feature_pinning": true,
|
||||
"feature_custom_status": true,
|
||||
"feature_custom_tags": true,
|
||||
"feature_state_counters": true
|
||||
},
|
||||
"default_federate": true,
|
||||
"default_theme": "light",
|
||||
"roomDirectory": {
|
||||
"servers": [
|
||||
"$SYNAPSE_SERVER_NAME"
|
||||
]
|
||||
},
|
||||
"settingDefaults": {
|
||||
"breadcrumbs": true,
|
||||
"showJoinLeaves": false,
|
||||
"showRedactions": false,
|
||||
"showHiddenEventsInTimeline": false
|
||||
},
|
||||
"jitsi": {
|
||||
"preferredDomain": "$MEET_DOMAIN"
|
||||
},
|
||||
"enable_presence_by_hs_url": {
|
||||
"https://$HQ_DOMAIN": true
|
||||
},
|
||||
"terms_and_conditions_links": [
|
||||
{
|
||||
"url": "https://element.io/terms-of-service",
|
||||
"text": "Terms and Conditions"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user