mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
Merge branch 'devel' of https://github.com/bashclub/zamba-lxc-toolbox into devel
This commit is contained in:
commit
f67620a59e
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user