-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env
17 lines (16 loc) · 775 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Traefik Variables
TRAEFIK_IMAGE_TAG=traefik:2.9
TRAEFIK_LOG_LEVEL=WARN
TRAEFIK_HOSTNAME=traefik.homeassistant.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
# Home Assistant Variables
HOMEASSISTANT_IMAGE_TAG=homeassistant/home-assistant:2023.9
HOMEASSISTANT_HOSTNAME=homeassistant.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
HOMEASSISTANT_TIMEZONE=America/New_York