mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-12 13:41:45 +00:00

* Re-Add ActualBudget * path fix * Update install/actualbudget-install.sh Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> * Update install/actualbudget-install.sh Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> * Update frontend/public/json/actualbudget.json Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> * Update actualbudget.sh * add config path * Update actualbudget.sh --------- Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "Actual Budget",
|
|
"slug": "actualbudget",
|
|
"categories": [
|
|
23
|
|
],
|
|
"date_created": "2025-05-06",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 5006,
|
|
"documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/807",
|
|
"website": "https://actualbudget.org/",
|
|
"config_path": "/opt/actualbudget-data/config.json",
|
|
"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.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/actualbudget.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|