add ezBookkeeping script

This commit is contained in:
tremor021
2026-05-23 21:42:14 +02:00
parent 863a4ea36e
commit 0487d242e2
3 changed files with 155 additions and 0 deletions

36
json/ezbookkeeping.json Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "ezBookkeeping",
"slug": "ezbookkeeping",
"categories": [
23
],
"date_created": "2026-02-11",
"type": "ct",
"updateable": true,
"privileged": false,
"has_arm": false,
"interface_port": 443,
"documentation": "https://ezbookkeeping.mayswind.net/installation/",
"website": "https://ezbookkeeping.mayswind.net",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ezbookkeeping.webp",
"description": "ezBookkeeping is a lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features. It helps you record daily transactions, import data from various sources, and quickly search and filter your bills. You can analyze historical data using built-in charts or perform custom queries with your own chart dimensions to better understand spending patterns and financial trends.",
"install_methods": [
{
"type": "default",
"script": "ct/ezbookkeeping.sh",
"config_path": "/opt/ezbookkeeping/conf/ezbookkeeping.ini",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}