use up to date basic_auth directive in caddy.

This commit is contained in:
Nystik
2026-06-05 23:57:38 +02:00
parent 44bb01f162
commit 3129ed377c

View File

@@ -1,6 +1,6 @@
# Replace with your domain, or use :443 for local access with a self-signed cert.
ignis.example.com {
basicauth {
basic_auth {
# Username: admin
# Replace the hash below with your own. Generate one with:
# docker run --rm caddy:2 caddy hash-password --plaintext YOUR_PASSWORD