App Suggestion: http ubuntu full mirror
https://hub.docker.com/r/sneak/ubuntumirror
Docker image needs an update first...
This seems to be a customized image for your own use it's got some very specific customization such as built-in nginx.
Once we implement private one click apps, you can add this to your own repository.
I don’t think ubuntu/debian makes an image mirror container. The upstream tool for creating the mirror, debmirror, just makes a set of directories on the filesystem - it doesn’t serve anything via the web, so some webserver is going to have to be bundled to make it speak http.
There shouldn’t be anything custom about my image - it just sets up the mirror and downloads the set of files per the env vars, then makes it available via http like any other mirror.
Do you have a preference for http server?
Maybe I've mistaken. The GitHub repo linked in Docker hub gives 404 so I can't see what exactly this images is doing. Maybe we'll revisit when the repo is updated.
I moved most of my repositories off of GitHub yesterday as I begin this project. Thanks to the hard work of yourself and others, I can self host almost all of the infrastructure I need now. :)
I created this and the other issues yesterday to track the stuff I intend to contribute. Do you have suggestions for inclusion/PR approval, or should I discuss stuff in issues first to get your feedback?
I'm pretty open with regards to one-click apps (not so much on the main repo)
As long as they provide actual benefit and the usage is well documented, PRs are welcomed.
In the past, the only PRs on one click apps that I haven't accepted are those that are flaky and require constant maintenance or they provide little to no value, like a plain nginx image.