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:
il
2026-05-06 15:56:19 +09:00
parent 26e0fe4f8b
commit be7f215380
12 changed files with 238 additions and 9 deletions
+10 -2
View File
@@ -111,8 +111,8 @@ services:
http: "3003"
actualbudget:
domain:
public: "budget"
internal: "budget.app"
public: "actualbudget"
internal: "actualbudget.app"
ports:
http: "5006"
subuid: "101000"
@@ -163,6 +163,13 @@ services:
ports:
http: "9980"
subuid: "101000"
ezbookkeeping:
domain:
public: "budget"
internal: "budget.app"
ports:
http: "8003"
subuid: "100999"
version:
packages:
@@ -201,3 +208,4 @@ version:
affine: "0.26.3"
nextcloud: "33.0.3"
collabora: "25.04.9.4.1"
ezbookkeeping: "1.4.0"