You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
445 B
YAML
12 lines
445 B
YAML
---
|
|
|
|
traefik_image_name: "traefik"
|
|
traefik_image_version: "v2.6"
|
|
|
|
# Note: all dollar signs in the hash need to be doubled for escaping.
|
|
# To create user:password pair, it's possible to use this command:
|
|
# echo $(htpasswd -nb user password) | sed -e s/\\$/\\$\\$/g
|
|
# TODO should be part of the automation (htpasswd -nb <username> <password>)
|
|
traefik_admin_username: "traefik-admin"
|
|
traefik_admin_password: "$apr1$nJfFcFaI$ylS3Qa9BWAvhrMo5tWiD9."
|