Install Xibo on Debian
The recommended install for Xibo is using Docker. I orignally created a guide on how to do it manually on older versions but as of 4.5.0 there have been major changes in how Xibo works. I am expect...
The recommended install for Xibo is using Docker. I orignally created a guide on how to do it manually on older versions but as of 4.5.0 there have been major changes in how Xibo works. I am expect...
I recently spent far too much time learning the basics of Ansible to use apt to update all my LXC instances on my Incus servers. I am still learning a lot of the basics of Ansible, so if you see an...
With my PostgreSQL setup, I have 2 LXC instances. One is PostgreSQL, and the other is for PGAdmin4 Web. I do this because I should learn the basics of SQL commands but I haven’t. Launch Instances ...
This is the ways I have configured acme.sh on my setup. I currently only run it on my HAProxy container and use a deployhook for postfix. The lxc instance I am running acme.sh on is using a Debian ...
I originally installed Immich on my Incus setup with Docker inside an LXC Container. Since I have been using OCI containers more I thought I would try get Immich running on them instead. In my setu...
This is a reminder for me about how I have mounted my NFS shares. When creating systemd unit files, you should put them in /etc/systemd/system/ if they are for system-wide us. You can learn more a...
I have been deploying more OCI containers on my setup and this is a post about the things I have learned. This is mostly to remind me of commands I have used to work around the differences between ...
This is part of my Home Lab guides. I am installing MariaDB on Debian Bookworm running inside a LXC container managed by Incus. Install MariaDB First we will launch a Linux Container running the d...
In this guide I am setting up an Incus container for SMTP using Debian Bookworm. I will be installing Postfix for SMTP and OpenDKIM for signing emails. This is to setup an SMTP outbound server that...
With this guide you will learn how to make Docker run inside an lxc container using Incus. This uses new functionality in ZFS and Incus (originally introduced in LXD 5.17). ZFS 2.2 introduced Linux...