Matrix: Remove Element

This commit is contained in:
Tobias Manske 2023-03-28 13:03:02 +02:00
parent f097511866
commit 1c8604bad1
Signed by: tobias
GPG Key ID: 9164B527694A0709
2 changed files with 0 additions and 88 deletions

View File

@ -75,20 +75,6 @@ services:
networks:
- gateway
element:
image: vectorim/element-web:latest
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.matrix-element.rule=Host(`element.{{ matrix.baseurl }}`)"
- "traefik.http.routers.matrix-element.entryPoints=websecure"
- "traefik.http.services.matrix-element.loadbalancer.server.port=80"
volumes:
- ./element-config.json:/app/config.json:ro,Z
networks:
- gateway
- default
cinny:
image: ghcr.io/cinnyapp/cinny:latest
restart: unless-stopped

View File

@ -1,74 +0,0 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://synapse.{{ matrix.baseurl }}",
"server_name": "{{ matrix.baseurl }}"
},
"m.identity_server": {
"base_url": "https://vector.im"
}
},
"brand": "Element",
"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"
],
"hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web",
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
"uisi_autorageshake_app": "element-auto-uisi",
"showLabsSettings": true,
"roomDirectory": {
"servers": [
"{{ matrix.baseurl }}",
"matrix.org",
"entropia.de"
]
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
},
"terms_and_conditions_links": [
{
"url": "https://element.io/privacy",
"text": "Privacy Policy"
},
{
"url": "https://element.io/cookie-policy",
"text": "Cookie Policy"
}
],
"hostSignup": {
"brand": "Element Home",
"cookiePolicyUrl": "https://element.io/cookie-policy",
"domains": [
"matrix.org"
],
"privacyPolicyUrl": "https://element.io/privacy",
"termsOfServiceUrl": "https://element.io/terms-of-service",
"url": "https://ems.element.io/element-home/in-app-loader"
},
"sentry": {
"dsn": "https://029a0eb289f942508ae0fb17935bd8c5@sentry.matrix.org/6",
"environment": "develop"
},
"posthog": {
"projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
"apiHost": "https://posthog.element.io"
},
"privacy_policy_url": "https://element.io/cookie-policy",
"features": {
"feature_spotlight": true,
"feature_video_rooms": true
},
"element_call": {
"url": "https://element-call.netlify.app"
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
}