Update actualbudget.json

This commit is contained in:
CanbiZ 2025-05-05 14:31:32 +02:00
parent cff1c9485f
commit 63a4e5a61a

View File

@ -1,34 +1,35 @@
{ {
"name": "Actual Budget", "name": "Actual Budget",
"slug": "actualbudget", "slug": "actualbudget",
"categories": [ "categories": [
23 23
], ],
"date_created": "2024-05-02", "date_created": "2024-05-02",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 5006, "interface_port": 5006,
"documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/807", "documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/807",
"website": "https://actualbudget.org/", "website": "https://actualbudget.org/",
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/actual-budget.svg", "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/actual-budget.svg",
"description": "Actual Budget is a super fast and privacy-focused app for managing your finances. At its heart is the well proven and much loved Envelope Budgeting methodology.", "config_path": "",
"install_methods": [ "description": "Actual Budget is a super fast and privacy-focused app for managing your finances. At its heart is the well proven and much loved Envelope Budgeting methodology.",
{ "install_methods": [
"type": "default", {
"script": "ct/actualbudget.sh", "type": "default",
"resources": { "script": "ct/actualbudget.sh",
"cpu": 2, "resources": {
"ram": 2048, "cpu": 2,
"hdd": 4, "ram": 2048,
"os": "debian", "hdd": 4,
"version": "12" "os": "debian",
} "version": "12"
} }
], }
"default_credentials": { ],
"username": null, "default_credentials": {
"password": null "username": null,
}, "password": null
"notes": [] },
"notes": []
} }