-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
47 lines (43 loc) · 1.47 KB
/
.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
APPDATA_VOLUME=/tank/data
STORAGE_VOLUME=/tank/storage
LOGGING_VOLUME=${APPDATA_VOLUME}/logs
# IP of router for traefik web panel forward
ROUTER_IP=192.168.0.1
# IP of NAS
LAN_HOST=192.168.0.228
HOST=host.duckdns.org
# host email for acme
HOST_EMAIL=admin@example.org
# provider
# https://ipv64.net
# PROVIDER_NAME=ipv64
# PROVIDER_ENV=IPV64_API_KEY
# https://duckdns.org
PROVIDER_NAME=duckdns
PROVIDER_ENV=DUCKDNS_TOKEN
PROVIDER_TOKEN=12345678-90ab-cdef-88fe-38a2774e517d
# regru
# PROVIDER_NAME=regru
# add NAS IP, 172.65.32.248 and 194.67.72.30 ips to https://www.reg.ru/user/account/#/settings/api/
# this is acme-v02.api.letsencrypt.org and api.reg.ru IPs
# for regru add REGRU_USERNAME and REGRU_PASSWORD creds to .env
# REGRU_USERNAME=regru@mail.ru
# REGRU_PASSWORD=regru_pa55w0rd
# also link values below in compose.yaml services.traefik.environment
# - REGRU_USERNAME=${REGRU_USERNAME?}
# - REGRU_PASSWORD=${REGRU_PASSWORD?}
# - REGRU_PROPAGATION_TIMEOUT=7200
# - REGRU_POLLING_INTERVAL=30
LDAP_FIRST_DC=host
LDAP_HOST=dc=${LDAP_FIRST_DC},dc=duckdns,dc=org
LDAP_BIND_ADMIN=admin
LDAP_BIND_ADMIN_PASSWORD=adminpassword
# may be one_factor and two_factor
AUTHELIA_ACCESS_CONTROL_DEFAULT_POLICY=two_factor
# docker exec authelia authelia crypto hash generate argon2 --random --random.length 64 --random.charset alphanumeric
AUTHELIA_SECRET=a_very_important_secret
# openssl rand -hex 16
BOUNCER_KEY_TRAEFIK=a_very_important_secret
SAMBA_USER=user
SAMBA_GROUP=group
SAMBA_PASSWORD=qwertysamba12345