Add matrix.badmanners.xyz discoverability
This commit is contained in:
parent
790ba15725
commit
3804cbe39e
7 changed files with 40 additions and 8 deletions
3
public/.htaccess
Normal file
3
public/.htaccess
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<Files "site.webmanifest">
|
||||
ForceType application/json
|
||||
</Files>
|
||||
6
public/.well-known/.htaccess
Normal file
6
public/.well-known/.htaccess
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<Files "webfinger">
|
||||
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>
|
||||
12
public/.well-known/matrix/.htaccess
Normal file
12
public/.well-known/matrix/.htaccess
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<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>
|
||||
8
public/.well-known/matrix/client
Normal file
8
public/.well-known/matrix/client
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.badmanners.xyz"
|
||||
},
|
||||
"org.matrix.msc3575.proxy": {
|
||||
"url": "https://matrix.badmanners.xyz"
|
||||
}
|
||||
}
|
||||
3
public/.well-known/matrix/server
Normal file
3
public/.well-known/matrix/server
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"m.server": "matrix.badmanners.xyz:443"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue