From 1c8604bad1e43ebf3693069d8a3053f7cd514aee Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Tue, 28 Mar 2023 13:03:02 +0200 Subject: [PATCH] Matrix: Remove Element --- .../templates/matrix/docker-compose.yaml | 14 ---- .../templates/matrix/element-config.json | 74 ------------------- 2 files changed, 88 deletions(-) delete mode 100644 coreos-config/roles/compose_project/templates/matrix/element-config.json diff --git a/coreos-config/roles/compose_project/templates/matrix/docker-compose.yaml b/coreos-config/roles/compose_project/templates/matrix/docker-compose.yaml index 97686ff..93ff3d0 100644 --- a/coreos-config/roles/compose_project/templates/matrix/docker-compose.yaml +++ b/coreos-config/roles/compose_project/templates/matrix/docker-compose.yaml @@ -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 diff --git a/coreos-config/roles/compose_project/templates/matrix/element-config.json b/coreos-config/roles/compose_project/templates/matrix/element-config.json deleted file mode 100644 index dc1294f..0000000 --- a/coreos-config/roles/compose_project/templates/matrix/element-config.json +++ /dev/null @@ -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" -} -