This commit is contained in:
thorstenspille 2021-10-06 20:16:43 +02:00
commit f67620a59e

View File

@ -34,7 +34,7 @@ LXC_MEM="1024"
LXC_SWAP="1024"
# Defines the hostname of your LXC container
LXC_HOSTNAME="zamba"
LXC_HOSTNAME="${service}"
# Defines the domain name / search domain of your LXC container
LXC_DOMAIN="zmb.rocks"
@ -73,7 +73,9 @@ LXC_TOOLSET="vim htop net-tools dnsutils sysstat mc"
LXC_TIMEZONE="Europe/Berlin"
# Define system language on LXC container (locales)
# With thi paramater you can generate additional locales, the default language will be inherited from proxmox host.
# 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"
# Set dark background for vim syntax highlighting (0 or 1)
@ -112,7 +114,7 @@ MATRIX_ELEMENT_FQDN="element.zmb.rocks"
############### Nextcloud-Section ###############
# Define the FQDN of your Matrix server
# Define the FQDN of your Nextcloud server
NEXTCLOUD_FQDN="nc1.zmb.rocks"
# The initial admin-user which will be configured
@ -130,7 +132,7 @@ NEXTCLOUD_REVPROX="192.168.100.254"
############### Check_MK-Section ###############
# Define the name of your checkmk instance
CMK_INSTANCE=zmb-rocks
CMK_INSTANCE=zmbrocks
# Define the password of user 'cmkadmin'
CMK_ADMIN_PW='Ju5t@n0thers3cur3p@ssw0rd'