diff options
| author | KunoiSayami <[email protected]> | 2021-07-13 00:13:44 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-07-13 00:13:44 +0800 |
| commit | 29680c6a0ac46684ad6c6712896649f6acff737f (patch) | |
| tree | 9cfc603f103345198bff5e175504c61d2b90908c /README.md | |
| parent | e92521c9143fb41fbb664ac6864e575fd79416b3 (diff) | |
feat(core): Rewritten configure file parserv3.0.0
* feat(core): Support full protect mode
* feat(test): Reduced sleeping time and support new parser
* feat(crate): Bump version
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
