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 18:00:21 +02:00
install.sh Renamed FILEFS vars to SHAREFS 2021-04-09 16:42:27 +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 Added zamba variable reference 2021-04-09 18:00:21 +02:00
zamba.conf Renamed FILEFS vars to SHAREFS 2021-04-09 16:42:27 +02:00
zamba.conf.md Added zamba variable reference 2021-04-09 18:00:21 +02:00
zmb_member.sh Renamed FILEFS vars to SHAREFS 2021-04-09 16:42:27 +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 zamba.conf.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 and depending on the service there may be some more questions during installation.

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