feat(authentication): adds HTTP basic auth

This commit is contained in:
2026-06-28 02:56:36 +02:00
parent 18b2bd2756
commit 0a40162fde
2 changed files with 33 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
# ── HTTP Basic Auth (uncomment to enable) ──
# AUTH_USERNAME=admin
# AUTH_PASSWORD=secret
# ── PEM files (recommended for Let's Encrypt / certbot) ──
CERT_FILE=fullchain6.pem
PRIVKEY_FILE=privkey.pem