mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Add Calibre blueprint with Docker Compose and configuration files
- Introduced Docker Compose setup for Calibre service, including environment variables and volume configuration. - Added logo for Calibre. - Created template.toml for Calibre with default variables for configuration. - Updated meta.json to include Calibre with detailed description, logo, and relevant links.
This commit is contained in:
16
meta.json
16
meta.json
@@ -2276,5 +2276,21 @@
|
||||
"ai",
|
||||
"self-hosted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "calibre",
|
||||
"name": "Calibre",
|
||||
"version": "7.26.0",
|
||||
"description": "Calibre is a comprehensive e-book management tool designed to organize, convert, and read your e-book collection. It supports most of the major e-book formats and is compatible with various e-book reader devices.",
|
||||
"logo": "logo.png",
|
||||
"links": {
|
||||
"github": "https://github.com/kovidgoyal/calibre",
|
||||
"website": "https://calibre-ebook.com/",
|
||||
"docs": "https://manual.calibre-ebook.com/"
|
||||
},
|
||||
"tags": [
|
||||
"Documents",
|
||||
"E-Commerce"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user