From 29680c6a0ac46684ad6c6712896649f6acff737f Mon Sep 17 00:00:00 2001 From: KunoiSayami <46131041+KunoiSayami@users.noreply.github.com> Date: Tue, 13 Jul 2021 00:13:44 +0800 Subject: feat(core): Rewritten configure file parser * feat(core): Support full protect mode * feat(test): Reduced sleeping time and support new parser * feat(crate): Bump version --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 83337aa..0c3207a 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,13 @@ cgit-simple-auth-database=/etc/cgit/auth.db # Should authenticate in repositories root view cgit-simple-auth-bypass-root=false # Should enable authenticate in all repository -cgit-simple-auth-full-protect=true +# Available options: full, part, none +cgit-simple-auth-protect=full ``` Available options for repositories: -_You should set `cgit-simple-auth-full-protect=false`_ +_You should set `cgit-simple-auth-protect=part`_ ```conf repo.url=test -- cgit v1.3.1