1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

enable anonymous access by default (#95)

This commit is contained in:
Toromtomtom 2024-02-04 08:55:09 +00:00 committed by GitHub
parent cd05da00d8
commit b9d16d12d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,11 +38,6 @@ ram.runtime = "50M"
type = "path" type = "path"
default = "/baikal" default = "/baikal"
[install.init_main_permission]
type = "group"
default = "all_users"
help.en = "If you want to access Baikal with CalDAV or CardDAV clients, you need to allow access for visitors."
[install.password] [install.password]
type = "password" type = "password"
@ -58,6 +53,7 @@ ram.runtime = "50M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
main.allowed = "visitors"
main.auth_header = false main.auth_header = false
admin.url = "/admin" admin.url = "/admin"
admin.allowed = "admins" admin.allowed = "admins"