Skip to content
Snippets Groups Projects
Unverified Commit 05dd9c8a authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove leftovers of Element and mautrix-telegram

parent 26f1a3af
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ deploy_homeserver:
- if: $CI_COMMIT_REF_NAME == "main"
changes:
- values_synapse.yaml
- values_mautrix_telegram.yaml
- .gitlab-ci.yml
tags:
- teckids-trusted
......
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix.teckids.org",
"server_name": "matrix.teckids.org"
},
"m.identity_server": {
"base_url": "https://matrix.org"
}
},
"disable_custom_urls": true,
"disable_login_language_selector": false,
"disable_3pid_login": true,
"brand": "LEOPARD.chat",
"branding": {
"authHeaderLogoUrl": "https://www.teckids.org/static/logo_de.png",
"authFooterLinks": [
{"text": "Nutzungsbedinungen", "url": "https://www.teckids.org/pages/nutzungsbedingungen_datenschutz.html"},
{"text": "Registrierung", "url": "https://ticdesk.teckids.org/account/register"}
]
},
"default_country_code": "DE",
"default_theme": "light",
"default_device_display_name": "LEOPARD.chat Web",
"room_directory": {
"servers": ["matrix.teckids.org", "matrix.org", "libera.chat"]
},
"settingDefaults": {
"breadcrumbs": true,
"UIFeature.feedback": false,
"UIFeature.shareSocial": false,
"UIFeature.registration": false,
"UIFeature.passwordReset": false,
"UIFeature.deactivate": false,
"feature_report_to_moderators": true,
"feature_jump_to_date": true,
"feature_presence_in_room_list": true,
"feature_dehydration": true,
"feature_thread": true,
"feature_video_rooms": true,
"feature_element_call_video_rooms": true,
"feature_group_calls": true
},
"element_call": {
"url": "https://call.teckids.org",
"user_exclusively": true,
"brand": "LEOPARD.chat Call"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment