From a7aa98961be147c05ee176d40fc4e812215ae923 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Mar 2025 20:06:32 -0600 Subject: [PATCH] Add multiple blueprints to meta.json - Added Bazarr, Beszel, ByteStash, BookStack, Bytebase, and Botpress services with detailed descriptions, logos, and relevant links. - Each service includes tags for better categorization. --- meta.json | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/meta.json b/meta.json index 134f67c..45686ad 100644 --- a/meta.json +++ b/meta.json @@ -2178,5 +2178,103 @@ "deluge", "mobile" ] + }, + { + "id": "bazarr", + "name": "Bazarr", + "version": "latest", + "description": "Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.", + "logo": "logo.png", + "links": { + "github": "https://github.com/morpheus65535/bazarr", + "website": "https://www.bazarr.media/", + "docs": "https://www.bazarr.media/docs" + }, + "tags": [ + "subtitles", + "sonarr", + "radarr" + ] + }, + { + "id":"beszel", + "name": "Beszel", + "version": "0.9.1", + "description": "A lightweight server monitoring hub with historical data, docker stats, and alerts.", + "logo": "logo.svg", + "links": { + "github": "https://github.com/henrygd/beszel", + "website": "https://beszel.app", + "docs": "https://beszel.app/docs" + }, + "tags": [ + "monitoring", + "docker", + "alerts" + ] + }, + { + "id": "bytestash", + "name": "ByteStash", + "version": "latest", + "description": "ByteStash is a self-hosted file storage solution that allows you to store and share files with ease. It provides a simple and effective solution for storing and accessing files from anywhere.", + "logo": "logo.png", + "links": { + "github": "https://github.com/bytestash/bytestash", + "website": "https://bytestash.com", + "docs": "https://bytestash.com/docs" + }, + "tags": [ + "file-storage", + "self-hosted" + ] + }, + { + "id": "bookstack", + "name": "BookStack", + "version": "24.12.1", + "description": "BookStack is a self-hosted platform for creating beautiful, feature-rich documentation sites.", + "logo": "logo.svg", + "links": { + "github": "https://github.com/BookStackApp/BookStack", + "website": "https://www.bookstackapp.com", + "docs": "https://www.bookstackapp.com/docs" + }, + "tags": [ + "documentation", + "self-hosted" + ] + }, + { + "id":"bytebase", + "name": "Bytebase", + "version": "latest", + "description": "Bytebase is a database management tool that allows you to manage your databases with ease. It provides a simple and effective solution for managing your databases from anywhere.", + "logo": "image.png", + "links": { + "github": "https://github.com/bytebase/bytebase", + "website": "https://www.bytebase.com", + "docs": "https://www.bytebase.com/docs" + }, + "tags": [ + "database", + "self-hosted" + ] + }, + { + "id":"botpress", + "name": "Botpress", + "version": "latest", + "description": "Botpress is a platform for building conversational AI agents. It provides a simple and effective solution for building conversational AI agents from anywhere.", + "logo": "logo.png", + "links": { + "github": "https://github.com/botpress/botpress", + "website": "https://botpress.com", + "docs": "https://botpress.com/docs" + }, + "tags": [ + "ai", + "self-hosted" + ] } ] \ No newline at end of file