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
|
@ -64,6 +64,13 @@ ram.runtime = "50M"
|
|||
server_api.allowed = "visitors"
|
||||
server_api.auth_header = false
|
||||
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]
|
||||
main.default = 6167
|
||||
|
|
Loading…
Add table
Reference in a new issue