From f6ebd12bf7dccec3c1d4e7ebf45793d4b0c15f54 Mon Sep 17 00:00:00 2001 From: moanos Date: Thu, 20 Nov 2025 16:32:20 +0100 Subject: [PATCH] fix: re-add matrix support files --- static/.well-known/matrix/client | 22 ++++++++++++++++++++++ static/.well-known/matrix/server | 3 +++ static/.well-known/matrix/support | 10 ++++++++++ 3 files changed, 35 insertions(+) create mode 100644 static/.well-known/matrix/client create mode 100644 static/.well-known/matrix/server create mode 100644 static/.well-known/matrix/support 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