mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
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.
This commit is contained in:
98
meta.json
98
meta.json
@@ -2178,5 +2178,103 @@
|
|||||||
"deluge",
|
"deluge",
|
||||||
"mobile"
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user