-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
27 lines (27 loc) · 860 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Your timezone, https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
TZ=Europe/Paris
# UNIX PUID and PGID, find with: id $USER
PUID=1000
PGID=1000
# Local network mask, find with: ip route | awk '!/ (docker0|br-)/ && /src/ {print $1}'
NETWORK=192.168.1.0/24
# Servername for outside redirection with traefik
SERVERNAME=test.com
# The directory where data will be stored.
ROOT=/path/to/network/share
# The directory where configuration will be stored.
CONFIG=/config
#NordVPN informations
VPN_USER=nordvpn-dashboard-service-credentials
VPN_PWD=nordvpn-dashboard-service-credentials
VPN_COUNTRY=FR
#MariaDB
MYSQL_PASSWORD=SqLpAsSwOrD
MYSQL_DATABASE=nextcloud
MYSQL_USER=username
#Nextcloud
NEXTCLOUD_ADMIN_USER=username
NEXTCLOUD_ADMIN_PASSWORD=NeXtClOuDpAsSwOrD
#Duplicati
DUPLICATI__WEBSERVICE_PASSWORD=DuPlIcAtIpAsSwOrD