Last active
February 22, 2025 20:56
-
-
Save marcometz/350cc2f8e7a4c47026e3e1a44f827b3e to your computer and use it in GitHub Desktop.
user and password generator for traefik basic auth middleware
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
traefik.frontend.auth.basic.users: | |
echo $(htpasswd -nbB username "passwort") | sed -e s/\\$/\\$\\$/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment