Update zamba.conf.example

Added nextcloud part
This commit is contained in:
DerFossiBaer 2021-05-02 01:10:18 +02:00 committed by GitHub
parent 168aa38cfd
commit 7bf34a91ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,3 +109,20 @@ MATRIX_FQDN="matrix.zmb.rocks"
# Define the FQDN for the Element Web virtual host # Define the FQDN for the Element Web virtual host
MATRIX_ELEMENT_FQDN="element.zmb.rocks" MATRIX_ELEMENT_FQDN="element.zmb.rocks"
############### Nextcloud-Section ###############
# Define the FQDN of your Matrix server
NEXTCLOUD_FQDN="nc1.zmb.rocks"
# The initial admin-user which will be configured
NEXTCLOUD_ADMIN_USR="zmb-admin"
# Build a strong password for this user. Username and password will shown at the end of the instalation.
NEXTCLOUD_ADMIN_PWD="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
# Defines the data directory, which will be createt under LXC_SHAREFS_MOUNTPOINT
NEXTCLOUD_DATA="nc_data"