mirror of
https://github.com/jimeh/bah.io.git
synced 2026-02-19 06:36:41 +00:00
feat: add matrix .well-known files
This commit is contained in:
8
.well-known/matrix/client
Normal file
8
.well-known/matrix/client
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://bah.ems.host"
|
||||
},
|
||||
"m.identity_server": {
|
||||
"base_url": "https://vector.im"
|
||||
}
|
||||
}
|
||||
3
.well-known/matrix/server
Normal file
3
.well-known/matrix/server
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"m.server": "bah.ems.host:443"
|
||||
}
|
||||
1
_config.yml
Normal file
1
_config.yml
Normal file
@@ -0,0 +1 @@
|
||||
include: [".well-known"]
|
||||
Reference in New Issue
Block a user