Add Calibre-Web template with metadata and links (#307)

This commit is contained in:
Jainil Prajapati 🪐
2025-08-28 11:58:42 +05:30
committed by GitHub
parent c2f4ab1836
commit 5c070eba6e
4 changed files with 59 additions and 0 deletions

View 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: {}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View 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"

View File

@@ -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",