Add matrix well-known files for opendev
These let the opendev.org matrix address map to our EMS homeserver. Change-Id: I35677c1872d52dbcf7c86cec8a6e5eac187bf167
This commit is contained in:
parent
50ac658a54
commit
4bda99ee47
8
docker/gitea/custom/public/.well-known/matrix/client
Normal file
8
docker/gitea/custom/public/.well-known/matrix/client
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://opendev.ems.host"
|
||||
},
|
||||
"m.identity_server": {
|
||||
"base_url": "https://vector.im"
|
||||
}
|
||||
}
|
3
docker/gitea/custom/public/.well-known/matrix/server
Normal file
3
docker/gitea/custom/public/.well-known/matrix/server
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"m.server": "opendev.ems.host:443"
|
||||
}
|
Loading…
Reference in New Issue
Block a user