radicale: relax auth. fixes gnome-contacts

This commit is contained in:
2025-03-20 03:38:54 +00:00
parent 48b4a61e7b
commit 5133664603

View File

@@ -29,7 +29,8 @@ in
settings.storage.use_cache_subfolder_for_synctoken = true;
# settings.storage.filesystem_cache_folder = "/var/lib/radicale/cache";
# settings.storage.filesystem_folder = "/path/to/storage"
# settings.auth.type = "none"; # default: none
# auth options: none, remote_user, http_x_remote_user, denyall, htpasswd, ldap, imap, dovecot
settings.auth.type = "none"; # "none" = allow unrestricted access to any client who can connect
};
# TODO: service is considered 'up' too early: we should wait, and notify once the http port is bound/listening