From cda5c0c230252df9f1cb8e0e6bcd12edaa25897b Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Thu, 13 Nov 2025 20:53:03 +0100 Subject: [PATCH] Delete frontend/public/json/barcode-buddy.json --- frontend/public/json/barcode-buddy.json | 40 ------------------------- 1 file changed, 40 deletions(-) delete mode 100644 frontend/public/json/barcode-buddy.json diff --git a/frontend/public/json/barcode-buddy.json b/frontend/public/json/barcode-buddy.json deleted file mode 100644 index e3ddef15c..000000000 --- a/frontend/public/json/barcode-buddy.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Barcode Buddy", - "slug": "barcode-buddy", - "categories": [ - 24 - ], - "date_created": "2025-02-08", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 80, - "documentation": "https://barcodebuddy-documentation.readthedocs.io/en/latest/", - "website": "https://github.com/Forceu/barcodebuddy", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/barcode-buddy.webp", - "config_path": "/opt/barcodebuddy/data/config.php", - "description": "Barcode Buddy for Grocy is an extension for Grocy, allowing to pass barcodes to Grocy. It supports barcodes for products and chores. If you own a physical barcode scanner, it can be integrated, so that all barcodes scanned are automatically pushed to BarcodeBuddy/Grocy.", - "install_methods": [ - { - "type": "default", - "script": "ct/barcode-buddy.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 3, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "After install enable the option \"Use Redis cache\" on the settings page.", - "type": "info" - } - ] -}