1.5.0 Release actual budget

This commit is contained in:
2026-03-21 19:27:05 +09:00
parent fc3b5a1e05
commit 8bff16d172
10 changed files with 158 additions and 2 deletions

View File

@@ -47,3 +47,10 @@ immich.app.ilnmors.internal {
header_up Host {http.request.header.X-Forwarded-Host}
}
}
budget.app.ilnmors.internal {
import private_tls
reverse_proxy host.containers.internal:5006 {
header_up Host {http.request.header.X-Forwarded-Host}
}
}

View File

@@ -91,6 +91,15 @@ immich.ilnmors.com {
}
}
}
budget.ilnmors.com {
import crowdsec_log
route {
crowdsec
reverse_proxy https://budget.app.ilnmors.internal {
header_up Host {http.reverse_proxy.upstream.host}
}
}
}
# Internal domain
auth.ilnmors.internal {