Browse Source

App Submission : Calibre-web (#74)

main
Xosten 2 years ago
committed by GitHub
parent
commit
4cd50fa3d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      calibre-web/data/books/metadata.db
  2. 0
      calibre-web/data/config/.gitkeep
  3. 21
      calibre-web/docker-compose.yml
  4. 2
      calibre-web/exports.sh
  5. 33
      calibre-web/umbrel-app.yml

BIN
calibre-web/data/books/metadata.db

Binary file not shown.

0
calibre-web/data/config/.gitkeep

21
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

2
calibre-web/exports.sh

@ -0,0 +1,2 @@
export APP_CALIBRE_WEB_IP="10.21.21.106"
export APP_CALIBRE_WEB_PORT="8083"

33
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
Loading…
Cancel
Save