one-click-apps icon indicating copy to clipboard operation
one-click-apps copied to clipboard

App Suggestion: http ubuntu full mirror

Open sneak opened this issue 5 years ago • 5 comments

https://hub.docker.com/r/sneak/ubuntumirror

Docker image needs an update first...

sneak avatar Feb 05 '20 06:02 sneak

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.

githubsaturn avatar Feb 05 '20 12:02 githubsaturn

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?

sneak avatar Feb 05 '20 18:02 sneak

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.

githubsaturn avatar Feb 05 '20 18:02 githubsaturn

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?

sneak avatar Feb 05 '20 19:02 sneak

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.

githubsaturn avatar Feb 05 '20 23:02 githubsaturn