flame hq element config + branding, e2ee-default-off (config.json + .well-known verified serving both flags 2026-08-29)

This commit is contained in:
2026-08-29 12:20:13 +02:00
commit 2bc1f95076
9 changed files with 403 additions and 0 deletions

93
element/config.json Normal file
View File

@@ -0,0 +1,93 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://hq.b2bgrowth.systems",
"server_name": "hq.b2bgrowth.systems"
},
"m.identity_server": {
"base_url": "https://vector.im"
}
},
"disable_guests": true,
"disable_login_language_selector": false,
"disable_3pid_login": false,
"brand": "Flame HQ",
"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"
],
"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": "custom-Flame HQ",
"roomDirectory": {
"servers": [
"hq.b2bgrowth.systems"
]
},
"settingDefaults": {
"breadcrumbs": true,
"showJoinLeaves": false,
"showRedactions": false,
"showHiddenEventsInTimeline": false,
"use_system_theme": false
},
"jitsi": {
"preferredDomain": "meet.b2bgrowth.systems"
},
"enable_presence_by_hs_url": {
"https://hq.b2bgrowth.systems": true
},
"terms_and_conditions_links": [],
"sso_redirect_options": {
"immediate": true
},
"custom_themes": [
{
"name": "Flame HQ",
"is_dark": true,
"colors": {
"accent-color": "#E76927",
"primary-color": "#E76927",
"warning-color": "#EB7D44",
"sidebar-color": "#0d0d0f",
"roomlist-background-color": "#0d0d0f",
"roomlist-text-color": "#EBEBEB",
"roomlist-text-secondary-color": "#999999",
"roomlist-highlights-color": "#1b1b21",
"roomlist-separator-color": "#1b1b21",
"timeline-background-color": "#0d0d0f",
"timeline-text-color": "#EBEBEB",
"timeline-text-secondary-color": "#999999",
"timeline-highlights-color": "#141419"
}
}
],
"secure_backup_required": false,
"branding": {
"auth_header_logo_url": "/flame-hq/mark.png",
"auth_footer_links": [],
"welcome_background_url": "/flame-hq/welcome-background.png"
},
"welcome_page_url": "/flame-hq/welcome.html",
"setting_defaults": {
"UIFeature.secureBackup": false
},
"force_verification": false,
"io.element.e2ee": {
"default": false,
"secure_backup_required": false
}
}