AppJail Image Mirror
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Aug 2023 00:13:12 UTC
Hello everyone, I am writing this thread because I need help with my project, AppJail, specifically, distributing its images. AppJail [1] is a tool to create, maintain and automate the creation of isolated environments using FreeBSD jails. This tool has a feature, images [2], that allows the user to export a jail in a portable way, just like Docker or pot have images. To create an image in an automated way, AppJail uses Makejails [3], a text file that has the steps to create the jail. There are many Makejails in the centralized repository [4] and almost all of them have images. For months I have been using some third-party services: Anonfiles, Google Drive, Dropbox, etc., to distribute AppJail images. I was comfortable with Anonfiles as it offered more resources than the project suite, but Anonfiles is currently shutting down, so I'm using Google Drive in the meantime. All images are updated weekly to keep up with pkgs updates. All images consume 4 GiB in total currently, but this is expected to grow when 14.0-RELEASE is released. What I need is someone to bring me a way to upload (e.g.: sftp) and an HTTP server to distribute the images, since every week I need to update the images, the images need to be uploaded every week. I know I'm asking a lot, but any help is welcome. [1] https://github.com/DtxdF/AppJail [2] https://github.com/DtxdF/AppJail#images [3] https://github.com/DtxdF/AppJail#makejail [4] https://github.com/AppJail-makejails