From 13c00671812526ef569774421cc041fb639e7e53 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 18 Mar 2025 09:36:44 +0100 Subject: [PATCH] Create wf-test.json --- frontend/public/json/wf-test.json | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 frontend/public/json/wf-test.json diff --git a/frontend/public/json/wf-test.json b/frontend/public/json/wf-test.json new file mode 100644 index 0000000..2155240 --- /dev/null +++ b/frontend/public/json/wf-test.json @@ -0,0 +1,34 @@ +{ + "name": "Actual Budget", + "slug": "actualbudget", + "categories": [ + 23 + ], + "date_created": "2024-05-02", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 5006, + "documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/807", + "website": "https://actualbudget.org/", + "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": [] +}