Add attributions to README

This commit is contained in:
Bad Manners 2024-11-21 10:06:56 -03:00
parent d4e8eb7dd8
commit ae4ed1e358
11 changed files with 25 additions and 673 deletions

View file

@ -0,0 +1 @@
did:plc:y4kdk57fp2wtzyc2uu2f7j4b

View file

@ -1,12 +0,0 @@
<Files "server">
ForceType application/json
Header add Access-Control-Allow-Origin *
Header add Access-Control-Allow-Methods "GET, POST, PUT, DELETE, OPTIONS"
Header add Access-Control-Allow-Headers "X-Requested-With, Content-Type, Authorization"
</Files>
<Files "client">
ForceType application/json
Header add Access-Control-Allow-Origin *
Header add Access-Control-Allow-Methods "GET, POST, PUT, DELETE, OPTIONS"
Header add Access-Control-Allow-Headers "X-Requested-With, Content-Type, Authorization"
</Files>

View file

@ -1,8 +0,0 @@
{
"m.homeserver": {
"base_url": "https://matrix.badmanners.xyz"
},
"org.matrix.msc3575.proxy": {
"url": "https://matrix.badmanners.xyz"
}
}

View file

@ -1,3 +0,0 @@
{
"m.server": "matrix.badmanners.xyz:443"
}