docker-apps/_instructions/to install and use htpasswd.txt
2025-04-15 22:40:04 +02:00

8 lines
204 B
Plaintext

Install htpasswd:
apt update & apt install apache2-utils
Create password hash for user admin with traefik basicauth
echo $(htpasswd -nB admin) | sed -e s/\\$/\\$\\$/g
Enter and confirm password to hash