-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env.dist
32 lines (22 loc) · 881 Bytes
/
.env.dist
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
################################################################################
# Traefik
################################################################################
# htpasswd string for accessing internal dashboard (comma separated)
TRAEFIK_API_BASIC_AUTH_USERS='admin:$2y$05$mHw3zw1oXbgwHrHTIVQn2uHkPlyirynsXNSHPn8GUWEzoDT2QESnu'
# enable traefik api dashboard
TRAEFIK_API_ENABLE=false
################################################################################
# Cloudflare
################################################################################
# cloudflare email address
CF_API_EMAIL=
# cloudflare api token
CF_API_TOKEN=
# cloudflare domain name
CF_DOMAIN=
# enable cloudflare proxy for newly created domains
CF_DOMAIN_PROXIED=true
# cname target to use for subdomains (defaults to CF_DOMAIN)
CF_TARGET=
# cloudflare domain zone id
CF_ZONE_ID=