mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
.well-known location is public
This commit is contained in:
parent
9cdbdde621
commit
4fe3ad8981
1 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,13 @@ ram.runtime = "50M"
|
||||||
server_api.auth_header = false
|
server_api.auth_header = false
|
||||||
server_api.protected = true
|
server_api.protected = true
|
||||||
|
|
||||||
|
server_client_infos.url = "__SERVER_NAME__/.well-known/matrix"
|
||||||
|
server_client_infos.label = "Server info for federation. (well-known)"
|
||||||
|
server_client_infos.show_tile = false
|
||||||
|
server_client_infos.allowed = "visitors"
|
||||||
|
server_client_infos.auth_header = false
|
||||||
|
server_client_infos.protected = true
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
main.default = 6167
|
main.default = 6167
|
||||||
tls.default = 8448
|
tls.default = 8448
|
||||||
|
|
Loading…
Add table
Reference in a new issue