try client setup

This commit is contained in:
cellarspoon 2022-01-12 13:28:09 +01:00
parent f7bf208aeb
commit a5628648cd
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
2 changed files with 6 additions and 0 deletions

View File

@ -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

1
matrix/client Normal file
View File

@ -0,0 +1 @@
{"m.homeserver":{"base_url":"https://matrix.lumbung.space/"}}