linux:webhosting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:webhosting [2023/05/15 12:19] – [Generate Credentials] admin | linux:webhosting [2024/02/17 19:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 31: | Line 31: | ||
** Don't forget to escape dollar signs ($ -> $$) in traefik docker compose files! ** | ** Don't forget to escape dollar signs ($ -> $$) in traefik docker compose files! ** | ||
- | example: | + | use this command: |
< | < | ||
- | htpasswd -n werner | + | echo $(htpasswd -nB werner) | sed -e s/\\$/\\$\\$/g |
- | New password: | + | |
- | Re-type new password: | + | |
- | werner:$rpr1$3FS0FG.s$rf0h/7C36ABYDS45XKEQ. | + | |
</ | </ | ||
Line 43: | Line 40: | ||
< | < | ||
... | ... | ||
- | |||
labels: | labels: | ||
- " | - " | ||
- " | - " | ||
- " | - " | ||
+ | - " | ||
- " | - " | ||
- | |||
... | ... | ||
</ | </ |
linux/webhosting.1684145953.txt.gz · Last modified: 2024/02/17 19:03 (external edit)