Element config
This commit is contained in:
46
docker/element/config.json
Normal file
46
docker/element/config.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"brand": "Okupamicoche",
|
||||
"branding": {
|
||||
"authFooterLinks": null,
|
||||
"authHeaderLogoUrl": "welcome/images/logo.svg",
|
||||
"welcomeBackgroundUrl": null
|
||||
},
|
||||
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
||||
"default_server_config": {
|
||||
"m.homeserver": {
|
||||
"base_url": "http://okupamicoche-synapse:8008",
|
||||
"server_name": "okupamicoche"
|
||||
},
|
||||
"m.identity_server": {
|
||||
"base_url": ""
|
||||
}
|
||||
},
|
||||
"default_theme": "light",
|
||||
"disable_custom_urls": true,
|
||||
"disable_guests": true,
|
||||
"embeddedPages": {
|
||||
"homeUrl": ""
|
||||
},
|
||||
"enable_presence_by_hs_url": "\n",
|
||||
"integrations_jitsi_widget_url": "https://scalar.vector.im/api/widgets/jitsi.html",
|
||||
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||
"integrations_ui_url": "https://scalar.vector.im/",
|
||||
"integrations_widgets_urls": [
|
||||
"https://scalar.vector.im/api"
|
||||
],
|
||||
"jitsi": {
|
||||
"preferredDomain": "meet.fosil.eu"
|
||||
},
|
||||
"permalinkPrefix": "https://matrix.to",
|
||||
"roomDirectory": {
|
||||
"servers": [
|
||||
"matrix.org"
|
||||
]
|
||||
},
|
||||
"settingDefaults": {
|
||||
"custom_themes": []
|
||||
},
|
||||
"showLabsSettings": true,
|
||||
"welcomeUserId": null,
|
||||
"dangerously_allow_unsafe_and_insecure_passwords": true
|
||||
}
|
||||
Reference in New Issue
Block a user