Delete ezbookkeeping (ct) after migration to ProxmoxVE (#1890)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-06-03 08:30:34 +00:00
committed by GitHub
parent 043fa1ada0
commit 86c2e9f848
4 changed files with 0 additions and 161 deletions

View File

@@ -1,36 +0,0 @@
{
"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": []
}