Web UI #165
Labels
No Label
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#165
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
It would be possible to serve a web UI from the root of the server that could show a graphical list of the packages in the repository.
docker-registry-browser is a nice graphical interface that could be used as a reference or starting point.
While the idea is similar, the execution will be a lot different. Ideally I'd like to generate a fully static frontend instead of relying one something like Ruby on Rails to dynamically generate the pages.
V has a builtin templating system that could be used to generate these pages. I might look into that in the near future.
#326 would be very useful for this.