Skip to content

Instantly share code, notes, and snippets.

@marcometz
Last active August 13, 2025 20:02
Show Gist options
  • Select an option

  • Save marcometz/350cc2f8e7a4c47026e3e1a44f827b3e to your computer and use it in GitHub Desktop.

Select an option

Save marcometz/350cc2f8e7a4c47026e3e1a44f827b3e to your computer and use it in GitHub Desktop.

Revisions

  1. marcometz revised this gist Jul 21, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion traefik basic auth htpasswd
    Original file line number Diff line number Diff line change
    @@ -1 +1,3 @@
    echo $(htpasswd -nbB username "passwort") | sed -e s/\\$/\\$\\$/g
    traefik.frontend.auth.basic.users:

    echo $(htpasswd -nbB username "passwort") | sed -e s/\\$/\\$\\$/g
  2. marcometz created this gist Jul 21, 2020.
    1 change: 1 addition & 0 deletions traefik basic auth htpasswd
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    echo $(htpasswd -nbB username "passwort") | sed -e s/\\$/\\$\\$/g