mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
App Submission : Calibre-web (#74)
This commit is contained in:
parent
de7e472ead
commit
4cd50fa3d6
BIN
calibre-web/data/books/metadata.db
Normal file
BIN
calibre-web/data/books/metadata.db
Normal file
Binary file not shown.
0
calibre-web/data/config/.gitkeep
Normal file
0
calibre-web/data/config/.gitkeep
Normal file
21
calibre-web/docker-compose.yml
Normal file
21
calibre-web/docker-compose.yml
Normal 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
2
calibre-web/exports.sh
Normal file
@ -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
Normal file
33
calibre-web/umbrel-app.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user