Compare commits

..

No commits in common. "master" and "1e7a67b043c5ff129a2899925e4172f7fc117cc7" have entirely different histories.

3 changed files with 2 additions and 9 deletions

View File

@ -1,4 +1,3 @@
# 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)

View File

@ -9,8 +9,6 @@ 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,13 +26,10 @@ services:
configs:
matrix_server:
name: well_known_uris_matrix_server_v1
name: well_known_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
name: well_known_matrix_conf_v1
file: matrix/matrix.conf
networks:

View File

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