Zamba LXC Toolbox a script collection to setup LXC containers on Proxmox + ZFS. Zamba is the fusion of ZFS and Samba (standalone, active directory dc or active directory member), preconfigured to access ZFS snapshots by "Previous Versions" to easily recov
Go to file
2021-04-09 16:39:51 +02:00
CONFIGVARS.md Added CONFGIVARS.md 2021-04-08 23:12:44 +02:00
install.sh Added TODO comments 2021-04-09 16:39:51 +02:00
just_lxc.sh Configure timzone and locales 2021-04-08 21:14:14 +02:00
mailpiler.sh Configure locales and timezone 2021-04-08 21:15:26 +02:00
matrix.sh Configure locales and timezone 2021-04-08 21:15:40 +02:00
README.md First version of README.md 2021-04-08 23:13:20 +02:00
zamba.conf Added locale and timezone variable 2021-04-08 21:16:03 +02:00
zmb_member.sh Configure locales and timezone 2021-04-08 21:16:22 +02:00

Zamba

About

Zamba is a Toolbox for Proxmox (ZFS) admins, which fires a container with preconfigured services.

Inclueded services:

  • ZMB (Samba) AD member with ZFS volume snapshot support
  • mailpiler mail archive malipiler.org
  • Matrix Homeserver with Element Web

Planned features / ideas for future releases

Usage

Just ssh into your Proxmox machine and clone this git repository. Make sure you have installed git.

Clone this Repository

apt update
apt -y install git
git clone https://git.spille-edv.de/thorsten.spille/zamba
cd zamba

Configuration

To fit your requirements, please edit the file zamba.conf with your favourite test editor (e.g. vim or nano). The required adjustments are in the LXC container section and in the section for the service you want to launch. For further information about the config variables, have a lokk at CONFIGVARS.md

Installation

After configuring, you are able to launch the script interactively:

bash install.sh

After container creation, you will be prompted to select the service to install. Depending on the service you will be asked some more questions durnig installation.

Once the script has finished, the container is installed and running and you can continue with the service specitfic configuration.