Skip to content
@AppJail-makejails

AppJail-makejails

Public Makejails for AppJail.

AppJail Makejails

Welcome to the centralized repository, here you can find some useful Makejails to deploy cool projects.

github.com/DtxdF/AppJail

Status

Current Status: safe

Every week I update the images of all the projects to provide security updates or simply update dependencies. When doing these updates I try to automate everything, but in some other operations I have to update manually, namely when updating ajspec files. I am actively working to automate everything.

What the status means is the assumption that you should do.

  • safe: I am not updating images, so everything should work correctly.
  • updating: I am updating images, this means that when I upload files I overwrite the old files with the new ones, so the checksum may not match, the file cannot be found, etc. In many cases this is fixed very quickly.

Images

All images were built using AppJail Reproduce.

Deploy

You can deploy a stack of applications using AppJail Director.

AppJail vs. AppJail (devel)

All these Makejails were created using sysutils/appjail-devel (or the latest version installed using git(1)) to take advantage of the latest features.

Nodes

New nodes are welcome to provide redundancy. Anything that supports fetch(1) is acceptable, such as FTP or HTTP, but the latter is preferable. SFTP is preferred for file management, but anything else you can provide is acceptable. If you are interested, please contact me or join the Telegram group.

Current Nodes:

mirror.sh:

cd(1) to your web directory and run the following script. It will recursively download each directory with its files, including the index.html file, resulting in an exact copy of the mirror you selected.

#!/bin/sh

USER_AGENT="Mozilla/5.0 (Windows NT 10.0; rv:124.0) Gecko/20100101 Firefox/124.0"

MIRROR="$1"

if [ -z "${MIRROR}" ]; then
    echo "usage: mirror.sh <HPC|KNT>"
    exit 1
fi

case "$1" in
    HPC) MIRROR_URL="http://appjail.hpc.at" ;;
    KNT) MIRROR_URL="https://images.all101bsd.download" ;;
    *) "$0"; exit 1 ;;
esac

wget --user-agent="${USER_AGENT}" --no-host-directories -N -c -r "${MIRROR_URL}"

How to contribute a new Makejail

New Makejails are welcome. Send Makejail or provide a project that you think can be automated in a useful way in the following means:

  • Open a new issue in AppJail.
  • Telegram Group.
  • E-mail.

Note: I am very busy, so email is less preferable than other means.

You can create your own repository on your hosting or personal git profile if you prefer, I simply clone and upload it to the Centralized Repository.

Assumptions

Almost all of these Makejails cannot be combined in a single jail

This is because it is preferable to separate the jails by function, this means that if you need, for example, a web server with PHP and DBMS support, you need to create two or three: Apache (with PHP module) and MariaDB or NGINX, PHP-FPM and MariaDB. It is not just a matter of philosophy, technically it is not possible since the FROM instruction cannot be used twice and some Makejails are intended to write to a single directory which must not be sharable.

Makejails should automate what the project does, not limit to just install it

Think about using a Makejail that just installs the application, like WordPress and doesn't configure it, what's the gain? I know for some projects they are really hard to automate, but with effort I think it is possible. Wasting hours automating a project to use it in minutes is better than wasting hours installing and configuring it each time.

Be respectful of user preferences unless there is a need not to

This is not to stick to only one network feature that AppJail supports in order to use a project. If a user prefers to use DHCP instead of Virtual Networks, that is the user's problem.

Popular repositories Loading

  1. wazuh wazuh Public

    Security platform that provides unified XDR and SIEM protection for endpoints and cloud workloads.

    Shell 7

  2. caldera caldera Public

    Automated Adversary Emulation Platform.

    Shell 4

  3. postgres postgres Public

    The World's Most Advanced Open Source Relational Database.

    Shell 3 1

  4. alpine-linux alpine-linux Public

    Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.

    2

  5. brave brave Public

    Next generation Brave browser for Android, Linux, macOS, Windows.

    Shell 2

  6. inventree inventree Public

    Open Source Inventory Management System.

    Shell 2

Repositories

Showing 10 of 70 repositories
  • uptime_kuma Public

    Fancy self-hosted monitoring tool.

    AppJail-makejails/uptime_kuma’s past year of commit activity
    0 0 0 0 Updated Nov 15, 2024
  • .github Public
    AppJail-makejails/.github’s past year of commit activity
    0 0 0 0 Updated Nov 13, 2024
  • metube Public

    Web GUI for yt-dlp with playlist support.

    AppJail-makejails/metube’s past year of commit activity
    1 0 0 0 Updated Nov 13, 2024
  • mailpit Public

    Multi-platform email testing tool & API for developers.

    AppJail-makejails/mailpit’s past year of commit activity
    0 0 0 0 Updated Nov 13, 2024
  • miniflux Public

    Self-hosted software to read RSS/Atom/JSON feeds.

    AppJail-makejails/miniflux’s past year of commit activity
    1 0 0 0 Updated Nov 13, 2024
  • minio Public

    Amazon S3 compatible object storage server.

    AppJail-makejails/minio’s past year of commit activity
    Shell 0 0 0 0 Updated Nov 13, 2024
  • navidrome Public

    Modern Music Server and Streamer compatible with Subsonic/Airsonic.

    AppJail-makejails/navidrome’s past year of commit activity
    1 0 0 0 Updated Nov 13, 2024
  • calibreweb Public

    Web app for browsing, reading and downloading eBooks stored in a Calibre database.

    AppJail-makejails/calibreweb’s past year of commit activity
    0 0 0 0 Updated Nov 13, 2024
  • filebrowser Public

    Stylish web-based file browser.

    AppJail-makejails/filebrowser’s past year of commit activity
    1 0 0 0 Updated Nov 13, 2024
  • flatnotes Public

    Self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.

    AppJail-makejails/flatnotes’s past year of commit activity
    0 0 0 0 Updated Nov 13, 2024

Top languages

Loading…

Most used topics

Loading…