Adding option to brand across services where possible

This commit is contained in:
Ian Roddis
2026-03-23 14:54:16 -03:00
parent 6c914d5b82
commit 72f171e88f
20 changed files with 191 additions and 4 deletions
+2
View File
@@ -1,2 +1,4 @@
---
matrix_data_dir: "{{ sovereign_base_dir }}/matrix"
# Element theme: "light" or "dark"
element_theme: "light"
@@ -5,7 +5,7 @@
"server_name": "{{ matrix_domain }}"
}
},
"brand": "Element",
"brand": "{{ tenant_name }}",
"integrations_ui_url": "https://scalar.vector.im/",
"integrations_rest_url": "https://scalar.vector.im/api",
"bug_report_endpoint_url": "",
@@ -13,7 +13,7 @@
"show_labs_settings": false,
"features": {},
"default_federate": true,
"default_theme": "light",
"default_theme": "{{ element_theme | default('light') }}",
"room_directory": {
"servers": ["{{ matrix_domain }}"]
},