diff options
| author | Max Resnick <max@ofmax.li> | 2022-11-25 21:28:54 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2022-12-11 21:13:05 -0800 |
| commit | ab38860d69c194969bea9ae5ef385c35eb94b988 (patch) | |
| tree | c319053354cb2a772609b706368b1fd5741a44fc /README.md | |
| parent | 9e79e588131b0d59abefd84405cb7908bc2baa77 (diff) | |
| download | go-git-server-ab38860d69c194969bea9ae5ef385c35eb94b988.tar.gz | |
add tests, new policies, init repo manager
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -26,3 +26,28 @@ Tools like gitea are great, but they require things like a DBMS. This increases * create repo * update gitweb config per repo * migration from gitolite + +## Admin + + +### Admin events + +triggered by handler? +triggered by hooks? + +* [ ] new repo +* [ ] admin push + +### Git Mgmt + +* [ ] git web export +* [ ] web description + +### Policy Mgmt + +* [x] policy generate +* [x] upsert policies + +## Hooks + +what's the env for this? |