-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
24 lines (23 loc) · 1.04 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Traefik Variables
TRAEFIK_IMAGE_TAG=traefik:3.2
# Set the log level (DEBUG, INFO, WARN, ERROR)
TRAEFIK_LOG_LEVEL=WARN
# The email address used by Let's Encrypt for renewal notices
# The hostname used to access the Traefik dashboard and to configure domain-specific rules
TRAEFIK_HOSTNAME=traefik.authelia.heyvaldemar.net
# Basic Authentication for Traefik Dashboard
# Username: traefikadmin
# Passwords must be encoded using MD5, SHA1, or BCrypt https://hostingcanada.org/htpasswd-generator/
TRAEFIK_BASIC_AUTH=traefikadmin:$$2y$$10$$sMzJfirKC75x/hVpiINeZOiSm.Jkity9cn4KwNkRvO7hSQVFc5FLO
# Authelia Variables
AUTHELIA_POSTGRES_IMAGE_TAG=postgres:16
AUTHELIA_REDIS_IMAGE_TAG=bitnami/redis:7.4
AUTHELIA_IMAGE_TAG=authelia/authelia:4.38
AUTHELIA_DB_NAME=autheliadb
AUTHELIA_DB_USER=autheliadbuser
AUTHELIA_HOSTNAME=authelia.heyvaldemar.net
# Timezone inside container
# A list of these tz database names can be looked up at Wikipedia
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
AUTHELIA_TIMEZONE=America/New_York