traefik + whoami added

This commit is contained in:
2025-10-17 13:47:55 +02:00
parent 2f644afe60
commit 94bc5e1b0f
5 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# Users and Passwords for basic auth. Passwords need to be hashed.
# Use the following command with your preferred username and password to generate a user with a hashed password
# htpasswd is can be installed with "apt install apache2-utils"
#
# htpasswd -nb <User> "<Password>"