App Submission : Calibre-web (#74)

This commit is contained in:
Xosten 2022-08-03 18:13:24 +02:00 committed by GitHub
parent de7e472ead
commit 4cd50fa3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 56 additions and 0 deletions

Binary file not shown.

View File

View File

@ -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 Normal file
View File

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

View File

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