From 636c1c24e063ff5b1728e681bae13869c6b28a7d Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 8 May 2025 20:48:09 +0200 Subject: [PATCH] Delete frontend/public/json/actualbudget.json fix action to build frontend --- frontend/public/json/actualbudget.json | 35 -------------------------- 1 file changed, 35 deletions(-) delete mode 100644 frontend/public/json/actualbudget.json diff --git a/frontend/public/json/actualbudget.json b/frontend/public/json/actualbudget.json deleted file mode 100644 index fa93489..0000000 --- a/frontend/public/json/actualbudget.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "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", - "config_path": "", - "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": [] -}