From a5628648cdf5aee2f196a86d753b807003b7db00 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Wed, 12 Jan 2022 13:28:09 +0100 Subject: [PATCH] try client setup --- compose.yml | 5 +++++ matrix/client | 1 + 2 files changed, 6 insertions(+) create mode 100644 matrix/client diff --git a/compose.yml b/compose.yml index b456893..172a14b 100644 --- a/compose.yml +++ b/compose.yml @@ -9,6 +9,8 @@ services: target: /etc/nginx/conf.d/matrix.conf - source: matrix_server target: /var/www/.well-known/matrix/server + - source: matrix_client + target: /var/www/.well-known/matrix/client volumes: - "public:/var/www/app/public" networks: @@ -28,6 +30,9 @@ configs: matrix_server: name: well_known_uris_matrix_server_v1 file: matrix/server + matrix_client: + name: well_known_uris_matrix_client_v1 + file: matrix/client matrix_conf: name: well_known_uris_matrix_conf_v1 file: matrix/matrix.conf diff --git a/matrix/client b/matrix/client new file mode 100644 index 0000000..75a2df9 --- /dev/null +++ b/matrix/client @@ -0,0 +1 @@ +{"m.homeserver":{"base_url":"https://matrix.lumbung.space/"}}