Last active
August 13, 2025 20:02
-
-
Save marcometz/350cc2f8e7a4c47026e3e1a44f827b3e to your computer and use it in GitHub Desktop.
Revisions
-
marcometz revised this gist
Jul 21, 2020 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,3 @@ traefik.frontend.auth.basic.users: echo $(htpasswd -nbB username "passwort") | sed -e s/\\$/\\$\\$/g -
marcometz created this gist
Jul 21, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ echo $(htpasswd -nbB username "passwort") | sed -e s/\\$/\\$\\$/g