mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 14:31:09 +03:00
fix up nginx
This commit is contained in:
14
data-template/nginx/www/.well-known/matrix/client
Normal file
14
data-template/nginx/www/.well-known/matrix/client
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://${HOMESERVER_FQDN}"
|
||||
},
|
||||
"m.identity_server": {
|
||||
"base_url": "${IDENTITY_SERVER_URL}"
|
||||
},
|
||||
"org.matrix.msc4143.rtc_foci": [
|
||||
{
|
||||
"type": "livekit",
|
||||
"livekit_service_url": "https://${ELEMENT_CALL_FQDN}"
|
||||
}
|
||||
]
|
||||
}
|
||||
3
data-template/nginx/www/.well-known/matrix/server
Normal file
3
data-template/nginx/www/.well-known/matrix/server
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"m.server": "${HOMESERVER_FQDN}:443"
|
||||
}
|
||||
7
data-template/nginx/www/.well-known/matrix/support
Normal file
7
data-template/nginx/www/.well-known/matrix/support
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"support_page": "https://matrix.org/contact/",
|
||||
"contacts": [
|
||||
{ "role": "m.role.admin", "email_address": "${ABUSE_SUPPORT_EMAIL}" },
|
||||
{ "role": "m.role.security", "email_address": "${SECURITY_SUPPORT_EMAIL}" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user