mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
Add Calibre-Web template with metadata and links (#307)
This commit is contained in:
committed by
GitHub
parent
c2f4ab1836
commit
5c070eba6e
17
blueprints/calibre-web/docker-compose.yml
Normal file
17
blueprints/calibre-web/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
calibre-web:
|
||||
image: lscr.io/linuxserver/calibre-web:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
# - DOCKER_MODS=linuxserver/mods:universal-calibre # optional
|
||||
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 # optional
|
||||
volumes:
|
||||
- calibre-config:/config
|
||||
- calibre-books:/books
|
||||
|
||||
volumes:
|
||||
calibre-config: {}
|
||||
calibre-books: {}
|
||||
BIN
blueprints/calibre-web/image.png
Normal file
BIN
blueprints/calibre-web/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
24
blueprints/calibre-web/template.toml
Normal file
24
blueprints/calibre-web/template.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "calibre-web"
|
||||
port = 8083
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
PUID = "1000"
|
||||
PGID = "1000"
|
||||
TZ = "Etc/UTC"
|
||||
DOCKER_MODS = "linuxserver/mods:universal-calibre"
|
||||
OAUTHLIB_RELAX_TOKEN_SCOPE = "1"
|
||||
|
||||
[[config.mounts]]
|
||||
name = "calibre-config"
|
||||
mountPath = "/config"
|
||||
|
||||
[[config.mounts]]
|
||||
name = "calibre-books"
|
||||
mountPath = "/books"
|
||||
18
meta.json
18
meta.json
@@ -806,6 +806,24 @@
|
||||
"E-Commerce"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "calibre-web",
|
||||
"name": "Calibre-Web",
|
||||
"version": "latest",
|
||||
"description": "Calibre-Web is a web app providing a clean interface for browsing, reading, and managing your eBooks library using an existing Calibre database.",
|
||||
"logo": "image.png",
|
||||
"links": {
|
||||
"github": "https://github.com/janeczku/calibre-web",
|
||||
"website": "https://github.com/janeczku/calibre-web",
|
||||
"docs": "https://github.com/janeczku/calibre-web/wiki"
|
||||
},
|
||||
"tags": [
|
||||
"ebooks",
|
||||
"media",
|
||||
"library",
|
||||
"self-hosted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "capso",
|
||||
"name": "Cap.so",
|
||||
|
||||
Reference in New Issue
Block a user