From a74990fb5630ff8f8e1b9d01a9f83bf9dc2440e0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 16 May 2025 09:09:48 +0200 Subject: [PATCH] add babybuddy json --- frontend/public/json/babybuddy.json | 40 ++++++++++++++++++++++ frontend/public/json/bitmagnet.json | 51 ----------------------------- 2 files changed, 40 insertions(+), 51 deletions(-) create mode 100644 frontend/public/json/babybuddy.json delete mode 100644 frontend/public/json/bitmagnet.json diff --git a/frontend/public/json/babybuddy.json b/frontend/public/json/babybuddy.json new file mode 100644 index 0000000..ee4f3e7 --- /dev/null +++ b/frontend/public/json/babybuddy.json @@ -0,0 +1,40 @@ +{ + "name": "Baby Buddy", + "slug": "babybuddy", + "categories": [ + 23 + ], + "date_created": "2025-05-16", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 80, + "documentation": "https://docs.baby-buddy.net/", + "website": "https://github.com/babybuddy/babybuddy", + "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/baby-buddy.svg", + "config_path": "/opt/babybuddy/babybuddy/production.py", + "description": "Baby Buddy is an open-source web application designed to assist caregivers in tracking various aspects of a baby's daily routine, including sleep, feedings, diaper changes, tummy time, and more. By recording this data, caregivers can better understand and anticipate their baby's needs, reducing guesswork in daily care. The application offers a user-friendly dashboard for data entry and visualization, supports multiple users, and provides features like timers and reminders. Additionally, Baby Buddy can be integrated with platforms like Home Assistant and Grafana for enhanced functionality.", + "install_methods": [ + { + "type": "default", + "script": "ct/babybuddy.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 5, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": "admin", + "password": "admin" + }, + "notes": [ + { + "text": "for private SSL setup visit: `https://github.com/babybuddy/babybuddy/blob/master/docs/setup/ssl.md`", + "type": "info" + } + ] +} diff --git a/frontend/public/json/bitmagnet.json b/frontend/public/json/bitmagnet.json deleted file mode 100644 index 39e88bd..0000000 --- a/frontend/public/json/bitmagnet.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "Bitmagnet", - "slug": "bitmagnet", - "categories": [ - 11 - ], - "date_created": "2025-05-13", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 3333, - "documentation": "https://bitmagnet.io/setup.html", - "website": "https://bitmagnet.io/", - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/webp/bitmagnet.webp", - "config_path": "`/opt/bitmagnet/config.yml` or `/opt/bitmagnet/.env`", - "description": "A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.", - "install_methods": [ - { - "type": "default", - "script": "ct/bitmagnet.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 4, - "os": "debian", - "version": "12" - } - }, - { - "type": "alpine", - "script": "ct/alpine-bitmagnet.sh", - "resources": { - "cpu": 1, - "ram": 256, - "hdd": 3, - "os": "alpine", - "version": "3.21" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "During installation you will be asked to enter your TMDB API key, if you wanna use it. Make sure you have it ready.", - "type": "info" - } - ] -}