use conduwuit but with docker

This commit is contained in:
cy 2024-12-22 02:43:02 -05:00
parent ef48e8a4ee
commit ee9ab2e9d3
2 changed files with 15 additions and 14 deletions

View file

@ -49,9 +49,11 @@ ntfy.cything.io {
cything.io {
import common
uri strip_prefix /blog
reverse_proxy /.well-known/matrix/* localhost:8448
reverse_proxy /_matrix/* localhost:8448
reverse_proxy localhost:8084
respond /.well-known/matrix/server {"m.server":"chat.cything.io:443"}
respond /.well-known/matrix/client {"m.server":{"base_url":"https://chat.cything.io"},"m.homeserver":{"base_url":"https://chat.cything.io"},"org.matrix.msc3575.proxy":{"url":"https://chat.cything.io"}}
}
www.cything.io {