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:
parent
cd05da00d8
commit
b9d16d12d4
1 changed files with 2 additions and 6 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue