TYPE=netdata DOMAIN=netdata.example.com ## Domain aliases #EXTRA_DOMAINS=', `www.netdata.example.com`' LETS_ENCRYPT_ENV=production # This is here so later lines can extend it; you likely don't wanna edit COMPOSE_FILE="compose.yml" ##################################################################### # General settings # ##################################################################### ## Authentication # Password Sign-On using traefik http password # Use htpasswd to generate the passwords for the user list, then set the below variable to # something like 'username:$$passwordhash', comma separated for multiple users. #HTTP_BASIC_AUTH_PASSWORDS= #COMPOSE_FILE="$COMPOSE_FILE:compose.basicauth.yml"