1
0
Fork 0
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:
tituspijean 2023-08-11 17:26:18 +02:00
parent 9cdbdde621
commit 4fe3ad8981
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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