feat(ezbookkeeping): release ezbookkeeping

deployment notes:
- use ezbookkeeping for budget
- compare to actual budget
- it has no RBAC and sharing budget, try to sure (we-promise/sure)
This commit is contained in:
2026-05-06 15:39:30 +09:00
parent 26e0fe4f8b
commit be7f215380
12 changed files with 238 additions and 9 deletions
@@ -89,3 +89,9 @@
header_up Host {http.request.header.X-Forwarded-Host}
}
}
{{ services['ezbookkeeping']['domain']['internal'] }}.{{ domain['internal'] }} {
import private_tls
reverse_proxy host.containers.internal:{{ services['ezbookkeeping']['ports']['http'] }} {
header_up Host {http.request.header.X-Forwarded-Host}
}
}