zamba-lxc-toolbox/conf/zamba.conf.example

225 lines
7.4 KiB
Plaintext
Raw Permalink Normal View History

2021-04-24 00:00:27 +02:00
#!/bin/bash
# This ist the Zamba main configuration file.
# Please adjust the settings to your needs before running the installer.
# Authors:
# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
# (C) 2021 Script design and prototype by Markus Helmke <m.helmke@nettwarker.de>
# (C) 2021 Script rework and documentation by Thorsten Spille <thorsten@spille-edv.de>
############### Linux Container Section ###############
# Defines the Proxmox storage where your LXC container template are stored (default: local)
LXC_TEMPLATE_STORAGE="local"
# Defines the size in GB of the LXC container's root filesystem (default: 32)
# Depending on your environment, you should consider increasing the size for use of `mailpiler` or `matrix`.
LXC_ROOTFS_SIZE="32"
# Defines the Proxmox storage where your LXC container's root filesystem will be generated (default: local-zfs)
LXC_ROOTFS_STORAGE="local-zfs"
# Defines the size in GB your LXC container's filesystem shared by Zamba (AD member & standalone) (default: 100)
LXC_SHAREFS_SIZE="100"
# Defines the Proxmox storage where your LXC container's filesystem shared by Zamba will be generated (default: local-zfs)
LXC_SHAREFS_STORAGE="local-zfs"
# Defines the mountpoint of the filesystem shared by Zamba inside your LXC container (default: tank)
2024-05-05 11:13:27 +02:00
# Moved to constants-service.conf, be careful if you override this value
# LXC_SHAREFS_MOUNTPOINT="tank"
2021-04-24 00:00:27 +02:00
2023-10-07 15:09:15 +02:00
# cpu core count (default: 0 = unlimited)
LXC_THREADS=0
2021-04-24 00:00:27 +02:00
# Defines the amount of RAM in MB your LXC container is allowed to use (default: 1024)
2023-02-10 18:14:02 +01:00
LXC_MEM=1024
2021-04-24 00:00:27 +02:00
# Defines the amount of swap space in MB your LXC container is allowed to use (default: 1024)
2023-02-10 18:14:02 +01:00
LXC_SWAP=1024
2021-04-24 00:00:27 +02:00
# Defines the hostname of your LXC container
LXC_HOSTNAME="${service}"
2021-04-24 00:00:27 +02:00
# Defines the domain name / search domain of your LXC container
LXC_DOMAIN="zmb.rocks"
2021-04-27 09:22:05 +02:00
# Enable DHCP on LAN (eth0) - (Obtain an IP address automatically) [true/false]
LXC_DHCP=false
2021-04-24 00:00:27 +02:00
# Defines the local IP address and subnet of your LXC container in CIDR format
LXC_IP="192.168.100.200/24"
# Defines the default gateway IP address of your LXC container
LXC_GW="192.168.100.254"
# Defines the DNS server ip address of your LXC container
# `zmb-ad` used this DNS server for installation, after installation and domain provisioning it will be used as forwarding DNS
# For other services this should be your active directory domain controller (if present, else a DNS server of your choice)
LXC_DNS="192.168.100.254"
# Defines the network bridge to bind the network adapter of your LXC container
LXC_BRIDGE="vmbr0"
# Defines the vlan id of the LXC container's network interface, if the network adapter should be connected untagged, just leave the value empty.
2022-05-21 23:36:18 +02:00
LXC_VLAN=NONE
2021-04-24 00:00:27 +02:00
# Defines the `root` password of your LXC container. Please use 'single quatation marks' to avoid unexpected behaviour.
2022-01-15 22:01:54 +01:00
LXC_PWD='Start!123'
2021-04-24 00:00:27 +02:00
# Defines an authorized_keys file to push into the LXC container.
# By default the authorized_keys will be inherited from your proxmox host.
2021-04-27 09:22:05 +02:00
LXC_AUTHORIZED_KEY=~/.ssh/authorized_keys
2021-04-24 00:00:27 +02:00
# Define your (administrative) tools, you always want to have installed into your LXC container
LXC_TOOLSET="vim htop net-tools dnsutils sysstat mc"
# Define the local timezone of your LXC container (default: Euroe/Berlin)
LXC_TIMEZONE="Europe/Berlin"
# Define system language on LXC container (locales)
2021-08-06 22:25:41 +02:00
# With this paramater you can generate additional locales, the default language will be inherited from proxmox host.
# en_US.UTF-8 english
# de_DE.UTF-8 german (default)
LXC_LOCALE="de_DE.UTF-8"
2021-04-24 00:00:27 +02:00
# Set dark background for vim syntax highlighting (0 or 1)
LXC_VIM_BG_DARK=1
2022-07-05 20:55:57 +02:00
# Default random password length
LXC_RANDOMPWD=32
2023-10-29 22:35:07 +01:00
# Move lxc to specific ressource pool
LXC_RESSOURCE_POOL=""
2023-01-24 23:04:00 +01:00
# Automatically add meta tags to lxc container
LXC_AUTOTAG=1
# Add meta tags to linux container
LXC_TAGS="linux,debian,${service}"
2021-04-24 00:00:27 +02:00
############### Zamba-Server-Section ###############
# Defines the REALM for the Active Directory (AD DC, AD member)
ZMB_REALM="ZMB.ROCKS"
# Defines the domain name in your Active Directory or Workgroup (AD DC, AD member, standalone)
ZMB_DOMAIN="ZMB"
# Defines the name of your domain administrator account (AD DC, AD member, standalone)
ZMB_ADMIN_USER="administrator"
# The admin password for zamba installation. Please use 'single quatation marks' to avoid unexpected behaviour
# `zmb-ad` domain administrator has to meet the password complexity policy, if password is too weak, domain provisioning will fail
2022-01-15 22:01:54 +01:00
ZMB_ADMIN_PASS='Start!123'
2021-04-24 00:00:27 +02:00
# Defines the name of your Zamba share
ZMB_SHARE="share"
############### Mailpiler-Section ###############
2024-04-25 16:44:28 +02:00
PILER_BRANCH=release
2021-04-24 00:00:27 +02:00
############### Matrix-Section ###############
# Define the FQDN of your Matrix server
MATRIX_FQDN="matrix.zmb.rocks"
# Define the FQDN for the Element Web virtual host
MATRIX_ELEMENT_FQDN="element.zmb.rocks"
2022-01-15 12:29:43 +01:00
# Define the administrative user of matrix service
MATRIX_ADMIN_USER="admin"
# Define the admin password
2023-03-07 08:43:02 +01:00
MATRIX_ADMIN_PASSWORD='Start!123'
2022-01-15 12:29:43 +01:00
############### Nextcloud-Section ###############
2021-08-06 22:25:41 +02:00
# Define the FQDN of your Nextcloud server
NEXTCLOUD_FQDN="nextcloud.zmb.rocks"
# The initial admin-user which will be configured
NEXTCLOUD_ADMIN_USR="zmb-admin"
2022-05-21 23:36:18 +02:00
# Build a strong password for this user. Username and password will shown at the end of the installation.
2023-02-10 18:14:02 +01:00
# NEXTCLOUD_ADMIN_PWD='very_secure_password'
# Defines the data directory, which will be createt under LXC_SHAREFS_MOUNTPOINT
NEXTCLOUD_DATA="nc_data"
# Defines the trusted reverse proxy, which will enable the detection of source ip to fail2ban
NEXTCLOUD_REVPROX="192.168.100.254"
############### Check_MK-Section ###############
# Define the name of your checkmk instance
CMK_INSTANCE=zmbrocks
# Define the password of user 'cmkadmin'
2022-01-15 22:01:54 +01:00
CMK_ADMIN_PW='Start!123'
# checkmk edition (raw or free)
# raw = completely free
# free = limited version of the enterprise edition (25 hosts, 1 instance)
CMK_EDITION=raw
2022-02-12 12:50:27 +01:00
############### Kopano-Section ###############
# Define the FQDN of your Nextcloud server
KOPANO_FQDN="kopano.zmb.rocks"
# Defines the trusted reverse proxy, which will enable the detection of source ip to fail2ban
KOPANO_MAILGW="192.168.100.254"
# Kopano test- or subscription-key offerd from
# https://kopano.com/downloads-demo/?demo=Kopano+Groupware&headline=Packages&target=Debian+10
KOPANO_REPKEY="1234567890abcdefghijklmno"
2022-06-09 18:11:45 +02:00
2023-01-21 02:30:09 +01:00
############### vaultwarden Section ###############
# Enable/disable signups (true/false)
VW_SIGNUPS_ALLOWED=false
# Hostname of your mailserver
2023-01-21 02:30:09 +01:00
VW_SMTP_HOST=mail.bashclub.org
# email address to send from
2023-01-21 02:30:09 +01:00
VW_SMTP_FROM="vaultwarden@bashclub.org"
# display name to send from
2023-01-21 02:30:09 +01:00
VW_SMTP_FROM_NAME="Vaultwarden Password Manager"
# port of your mailserver
2023-01-21 02:30:09 +01:00
VW_SMTP_PORT=587
# use ssl?
2023-01-21 02:30:09 +01:00
VW_SMTP_SSL=true
# use starttls?
2023-01-21 02:30:09 +01:00
VW_SMTP_EXPLICIT_TLS=false
# username of your mailbox
2023-01-21 02:30:09 +01:00
VW_SMTP_USERNAME=vaultwarden@bashclub.org
# password of your mailbox
2023-03-07 08:43:02 +01:00
VW_SMTP_PASSWORD='<yourEmailPassword>'
2023-08-24 20:29:20 +02:00
############### ansible-semaphore Section ###############
SEMAPHORE_ADMIN=admin
SEMAPHORE_ADMIN_DISPLAY_NAME="Semaphore Administrator"
SEMAPHORE_ADMIN_EMAIL="admin@zmb.rocks"
SEMAPHORE_ADMIN_PASSWORD='Start123'
############### docker Section ###############
# Install Portainer (=full), Protainer Agent (=agent) or none
2024-05-17 12:18:41 +02:00
PORTAINER=none
############### zabbix Section ###############
# (Zabbix Proxy) Name:Port of the zabbix server
2024-05-25 19:56:57 +02:00
ZBX_ADDR=zabbix.zmb.rocks:10051
############### freescout Section ################
FS_FIRSTNAME=Max
FS_LASTNAME=Mustermann
FS_EMAIL=mail@zmb.rocks