Remove well-known files (#75)

We now host our well-known files using nginx which is better and more reliable.

Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/75
This commit is contained in:
NebulaOnion 2023-01-22 16:48:13 +00:00
parent c322ee1023
commit 51a601aebf
3 changed files with 0 additions and 19 deletions

View File

@ -1,5 +0,0 @@
{
"m.homeserver": {
"base_url": "https://matrix.anonymousland.org:443"
}
}

View File

@ -1 +0,0 @@
{"m.server": "matrix.anonymousland.org:443"}

View File

@ -1,13 +0,0 @@
{
admins: [{
matrix_id: "@deathrow:anonymousland.org",
email_address: "privatedeathrow@proton.me",
role: "admin"
},
{
matrix_id: "@nebulaonion:anonymousland.org",
email_address: "nebulaonion@tutanota.com",
role: "admin"
}],
support_page: "https://anonymousland.org/services"
}