Skip to content

Instantly share code, notes, and snippets.

@marcometz
Last active November 27, 2023 13:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save marcometz/350cc2f8e7a4c47026e3e1a44f827b3e to your computer and use it in GitHub Desktop.
Save marcometz/350cc2f8e7a4c47026e3e1a44f827b3e to your computer and use it in GitHub Desktop.
user and password generator for traefik basic auth middleware
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