-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (32 loc) · 940 Bytes
/
.env.example
File metadata and controls
37 lines (32 loc) · 940 Bytes
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
# id -u
USER_ID=1000
APPDATA_VOLUME=/tank/data
STORAGE_VOLUME=/tank/storage
# 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
# https://www.duckdns.org
# PROVIDER_NAME=duckdns
# https://www.reg.ru
# PROVIDER_NAME=regru
LDAP_FIRST_DC=host
LDAP_HOST=dc=${LDAP_FIRST_DC},dc=duckdns,dc=org
LDAP_BIND_ADMIN=admin
LDAP_BIND_ADMIN_PASSWORD=adminpassword
LDAP_SECRET=a_very_important_secret
# 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