this repo has no description

.well-known entries are moved directly into Caddy

yemou 9ba2bdb0 419be176

Changed files
-24
.well-known
-7
.well-known/host-meta
··· 1 - <?xml version='1.0' encoding='utf-8'?> 2 - <XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'> 3 - <Link rel="urn:xmpp:alt-connections:xbosh" 4 - href="https://butwho.org:5443/bosh" /> 5 - <Link rel="urn:xmpp:alt-connections:websocket" 6 - href="wss://butwho.org:5443/ws" /> 7 - </XRD>
-12
.well-known/host-meta.json
··· 1 - { 2 - "links": [ 3 - { 4 - "rel": "urn:xmpp:alt-connections:xbosh", 5 - "href": "https://butwho.org:5443/bosh" 6 - }, 7 - { 8 - "rel": "urn:xmpp:alt-connections:websocket", 9 - "href": "wss://butwho.org:5443/ws" 10 - } 11 - ] 12 - }
-4
.well-known/matrix/client
··· 1 - { 2 - "m.homeserver": { "base_url": "https://matrix.butwho.org" }, 3 - "org.matrix.msc3575.proxy": { "url": "https://syncv3.matrix.butwho.org" } 4 - }
-1
.well-known/matrix/server
··· 1 - {"m.server": "matrix.butwho.org:443"}