From b9d16d12d43c72951eb5908115ea986dd293986e Mon Sep 17 00:00:00 2001 From: Toromtomtom Date: Sun, 4 Feb 2024 08:55:09 +0000 Subject: [PATCH] enable anonymous access by default (#95) --- manifest.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index a847e43..5d8237c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -38,11 +38,6 @@ ram.runtime = "50M" type = "path" 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] type = "password" @@ -58,9 +53,10 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + main.allowed = "visitors" main.auth_header = false admin.url = "/admin" - admin.allowed= "admins" + admin.allowed = "admins" admin.show_tile = false [resources.apt]