add ezBookkeeping script
This commit is contained in:
36
json/ezbookkeeping.json
Normal file
36
json/ezbookkeeping.json
Normal 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": []
|
||||
}
|
||||
Reference in New Issue
Block a user