appjail

  1. DtxdF

    jails How to install Jellyfin and Jellyseerr using Overlord

    In this article, we'll deploy both Jellyfin and Jellyseerr using Overlord, a DevOps-oriented tool for FreeBSD that emphasizes a declarative approach. Link: https://dtxdf.github.io/jellyseerr.html
  2. DtxdF

    jails Using GitOps with Overlord

    GitOps is a modern operational framework that uses Git as the single source of truth. It is often mandatory to use a tool that emphasizes a declarative approach, where you define the desired state and the tool does the hard work. Or, in other words, an "everything is code" philosophy. Link...
  3. DtxdF

    jails Overlord: Deploying virtual machines with ephemeral jails

    Overlord will take care not to destroy the jail with your valuable virtual machine in vmjail deployments. However, this approach does not honor "The Ephemeral Concept" of AppJail, which has many advantages that cannot be ignored, particularly when updating or upgrading the jail and its contents...
  4. DtxdF

    jails LittleJet: Create, deploy, manage and scale FreeBSD jails anywhere

    LittleJet is an open source, easy-to-use orchestrator for managing, deploying, scaling and interconnecting FreeBSD jails anywhere in the world. Features: * Projects instead of jails * RunScripts * Scaling * Load balancing / Failover / Multi-host networking * ... Project...
  5. DtxdF

    Using geli(8) with AppJail

    geli(8) is one of the most powerful block device-layer disk encryption system available in FreeBSD, which protects our data against cold storage attacks. geli(8) encrypts our data so that a skilled intruder cannot see sensitive documents, or modify our data without us noticing that a...
  6. DtxdF

    How to Install Gitea on FreeBSD Using Appjail Director

    Managing our development projects is very easy nowadays, there are so many services to choose from, some with less or more features, but there is an open source project, self-hosted, with so many features that can be installed in a few minutes and the best part is that we can install it on...
  7. DtxdF

    Using ZFS inside a jail

    I have created a HowTo about using ZFS inside a jail with AppJail: https://github.com/DtxdF/AppJail/wiki/zfs
  8. DtxdF

    Install WordPress With Appjail Director

    What Are AppJail and AppJail Director? AppJail is a framework that provides preconfigured and self-contained applications, frameworks and software stacks, such as WordPress. Using this tool we will have a package installed inside a jail, a lightweight and isolated environment with any custom...
  9. DtxdF

    Python Python With Appjail | FastAPI

    Hi, I share this post from my (new) blog to show how to use AppJail and its Makejails to develop an API using FastAPI. Python With Appjail | FastAPI
  10. DtxdF

    jails AppJail: Simple and easy-to-use tool for creating portable jails.

    AppJail is an open source framework entirely written in sh and C to create isolated, portable and easy to deploy environments using FreeBSD jails that behaves like an application. Features: Easy to use. Parallel startup (Jails & NAT). UFS and ZFS support. RACCT/RCTL support. NAT support. Port...
Back
Top