changes for Authelia setup

This commit is contained in:
Amar Saljic
2025-10-26 12:45:33 +01:00
parent b5c0439b04
commit 9ef2ec345c
4 changed files with 22 additions and 6 deletions

View File

@ -20,4 +20,15 @@ ha.saljic.me {
# --- Immich ---
tagebuch.saljic.me {
reverse_proxy 10.10.10.6:2283
}
# --- default ---
saljic.me {
header Content-Type text/html
respond <<HTML
<html>
<head><title>saljic.me</title></head>
<body>Hello there</body>
</html>
HTML 200
}