Update 'docs/todo.md'

This commit is contained in:
SeanOMik 2023-06-07 18:35:30 +00:00
parent 279daed555
commit bbf0854958
1 changed files with 2 additions and 0 deletions

View File

@ -2,9 +2,11 @@
- [x] Simple auth - [x] Simple auth
- [x] ldap auth - [x] ldap auth
- [ ] permission stuff - [ ] permission stuff
- [ ] simple way to define users and their permissions through a "users.toml"
- [ ] Only allow users to create repositories if its the same name as their username, or if they're an admin - [ ] Only allow users to create repositories if its the same name as their username, or if they're an admin
- [ ] Only allow users to pull from their own repositories - [ ] Only allow users to pull from their own repositories
- [ ] postgresql - [ ] postgresql
- [ ] prometheus metrics - [ ] prometheus metrics
- [ ] simple webui for managing the registry
- [x] streaming layer bytes into providers - [x] streaming layer bytes into providers
- [x] streaming layer bytes from providers - [x] streaming layer bytes from providers