From 24f53767f292ae6f51f888187e1ef236fe877576 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Tue, 27 May 2025 19:33:47 +0200 Subject: [PATCH] Add bar-assistant.json --- frontend/public/json/bar-assistant.json | 35 +++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 frontend/public/json/bar-assistant.json diff --git a/frontend/public/json/bar-assistant.json b/frontend/public/json/bar-assistant.json new file mode 100644 index 0000000..9084595 --- /dev/null +++ b/frontend/public/json/bar-assistant.json @@ -0,0 +1,35 @@ +{ + "name": "Bar-Assistant", + "slug": "bar-assistant", + "categories": [ + 24 + ], + "date_created": "2025-05-25", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 80, + "documentation": "https://docs.barassistant.app/", + "website": "https://barassistant.app/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bar-assistant.webp", + "config_path": "/opt/bar-assistant", + "description": "Bar assistant is a all-in-one solution for managing your home bar.", + "install_methods": [ + { + "type": "default", + "script": "ct/bar-assistant.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 4, + "os": "ubuntu", + "version": "24.10" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}