install.sh | ||
just_lxc.sh | ||
mailpiler.sh | ||
matrix.sh | ||
README.md | ||
sources.list | ||
zamba.conf | ||
zamba.conf.md | ||
zmb-ad.sh | ||
zmb-member.sh | ||
zmb-standalone.sh |
Zamba
About
Zamba is a Toolbox for Proxmox admins, which fires up a container and installs a service (listed below) on it.
Requirements
Proxmox VE Server with at least one configured ZFS Pool.
Included services:
- Debian LXC Container
- ZMB (Samba) AD member with ZFS volume snapshot support
- ZMB (Samba) Active Directory Domain Controller
- mailpiler mail archive mailpiler.org
- Matrix Synapse Homeserver matrix.org with Element Web Element on github
Planned features / ideas for future releases
- ZMB (Samba) standalone with ZFS volume snapshot support
- Nextcloud Server nextcloud.com
- optional Addon: Cockpit (including ZFS Manager) cockpit-project.org
- check_mk RAW Edition checkmk.com
- Zabbix zabbix.com
- Abgleich control machine (ZFS Snapshot and Backup engine) Abgleich on github
- Jitsi Meet server jitsi.org
- Kopano One kopano.com
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 look 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.