Compare commits

...
2 Commits
Author SHA1 Message Date
cellarspoon fc4afc2165 moar uris 2022-01-12 13:30:06 +01:00
cellarspoon a5628648cd try client setup 2022-01-12 13:28:09 +01:00
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
# well-known-uris
- [`lumbung.space/.well-known/matrix/server`](https://lumbung.space/.well-known/matrix/server)
- [`lumbung.space/.well-known/matrix/client`](https://lumbung.space/.well-known/matrix/client)
+5
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
View File
@@ -0,0 +1 @@
{"m.homeserver":{"base_url":"https://matrix.lumbung.space/"}}