diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client new file mode 100644 index 0000000..f53275e --- /dev/null +++ b/static/.well-known/matrix/client @@ -0,0 +1,22 @@ +{ + "cc.etke.synapse-admin": { + "asManagedUsers": [ + "^@matrix\\-registration\\-bot:hyteck\\.de$", + "^@bot\\.maubot:hyteck\\.de$", + "^@signalbot:hyteck\\.de$", + "^@signal_[a-zA-Z0-9]+:hyteck\\.de$", + "^@whatsappbot:hyteck\\.de$", + "^@whatsapp_[0-9]+:hyteck\\.de$" + ], + "corsCredentials": "same-origin", + "externalAuthProvider": false, + "menu": [], + "restrictBaseUrl": "https://synapse.hyteck.de" + }, + "m.homeserver": { + "base_url": "https://synapse.hyteck.de" + }, + "org.matrix.msc3575.proxy": { + "url": "https://synapse.hyteck.de/sliding-sync" + } +}# \ No newline at end of file diff --git a/static/.well-known/matrix/server b/static/.well-known/matrix/server new file mode 100644 index 0000000..b27a348 --- /dev/null +++ b/static/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "synapse.hyteck.de:8448" +}# \ No newline at end of file diff --git a/static/.well-known/matrix/support b/static/.well-known/matrix/support new file mode 100644 index 0000000..7d3bf7f --- /dev/null +++ b/static/.well-known/matrix/support @@ -0,0 +1,10 @@ +{ + "contacts": [ + { + "email_address": "julian-samuel@gebuehr.net", + "matrix_id": "@moanos:hyteck.de", + "role": "admin" + } + ], + "support_page": "https://hyteck.de/about" +}# \ No newline at end of file