diff options
Diffstat (limited to 'public/.well-known')
| -rw-r--r-- | public/.well-known/matrix/client | 13 | ||||
| -rw-r--r-- | public/.well-known/matrix/server | 3 | ||||
| -rw-r--r-- | public/.well-known/matrix/support | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client new file mode 100644 index 0000000..dcb9fd4 --- /dev/null +++ b/public/.well-known/matrix/client @@ -0,0 +1,13 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.alee14.me" + + }, + + "org.matrix.msc4143.rtc_foci": [ + { + "type": "livekit", + "livekit_service_url": "https://livekit.alee14.me" + } + ] +} diff --git a/public/.well-known/matrix/server b/public/.well-known/matrix/server new file mode 100644 index 0000000..7e1efbf --- /dev/null +++ b/public/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.alee14.me:443" +} diff --git a/public/.well-known/matrix/support b/public/.well-known/matrix/support new file mode 100644 index 0000000..db80b96 --- /dev/null +++ b/public/.well-known/matrix/support @@ -0,0 +1,10 @@ +{ + "contacts": + [ + { + "role": "m.role.admin", + "email_address": "andrew@alee14.me", + "matrix_id": "@alee:alee14.me" + } + ] +} |
