fix: re-add matrix support files
This commit is contained in:
22
static/.well-known/matrix/client
Normal file
22
static/.well-known/matrix/client
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}#
|
||||||
3
static/.well-known/matrix/server
Normal file
3
static/.well-known/matrix/server
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"m.server": "synapse.hyteck.de:8448"
|
||||||
|
}#
|
||||||
10
static/.well-known/matrix/support
Normal file
10
static/.well-known/matrix/support
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"contacts": [
|
||||||
|
{
|
||||||
|
"email_address": "julian-samuel@gebuehr.net",
|
||||||
|
"matrix_id": "@moanos:hyteck.de",
|
||||||
|
"role": "admin"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"support_page": "https://hyteck.de/about"
|
||||||
|
}#
|
||||||
Reference in New Issue
Block a user