diff --git a/calibre-web/data/books/metadata.db b/calibre-web/data/books/metadata.db new file mode 100644 index 0000000..c32a586 Binary files /dev/null and b/calibre-web/data/books/metadata.db differ diff --git a/calibre-web/data/config/.gitkeep b/calibre-web/data/config/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/calibre-web/docker-compose.yml b/calibre-web/docker-compose.yml new file mode 100644 index 0000000..c510c4e --- /dev/null +++ b/calibre-web/docker-compose.yml @@ -0,0 +1,21 @@ +version: "2.1" +services: + app_proxy: + environment: + APP_HOST: $APP_CALIBRE_WEB_IP + APP_PORT: $APP_CALIBRE_WEB_PORT + + calibre-web: + image: linuxserver/calibre-web:0.6.18@sha256:f0e848b8c5a28c40eab4b5db88e02a78f8835fff6066b57921b57b2653fb7514 + container_name: calibre-web + stop_grace_period: 1m + environment: + - PUID=1000 + - PGID=1000 + volumes: + - ${APP_DATA_DIR}/data/config:/config + - ${APP_DATA_DIR}/data/books:/books + restart: on-failure + networks: + default: + ipv4_address: $APP_CALIBRE_WEB_IP diff --git a/calibre-web/exports.sh b/calibre-web/exports.sh new file mode 100644 index 0000000..f88c1fb --- /dev/null +++ b/calibre-web/exports.sh @@ -0,0 +1,2 @@ +export APP_CALIBRE_WEB_IP="10.21.21.106" +export APP_CALIBRE_WEB_PORT="8083" diff --git a/calibre-web/umbrel-app.yml b/calibre-web/umbrel-app.yml new file mode 100644 index 0000000..eb6e4e0 --- /dev/null +++ b/calibre-web/umbrel-app.yml @@ -0,0 +1,33 @@ +manifestVersion: 1 +id: calibre-web +category: Files +name: Calibre Web +version: "0.6.18" +tagline: A clean web app for your eBooks +description: >- + Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. + It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. + It's the webbapp version of the well known Calibre for desktop. + + + On the initial setup screen, enter /books as your calibre library location. + + + If you wish to enable the upload feature, please go to "Settings > Edit Basic Configuration > Feature Configuration > Enable Upload". + + + It's recommended to read through the official documentation, which is available at https://github.com/janeczku/calibre-web/wiki +developer: Janeczku +website: "" +dependencies: [] +repo: https://github.com/janeczku/calibre-web +support: https://github.com/linuxserver/docker-calibre-web/issues +port: 8098 +gallery: + - 1.jpg + - 2.jpg + - 3.jpg +path: "" +defaultUsername: "admin" +defaultPassword: "admin123" +torOnly: false