Browse Source

Update calibre-web to version 0.6.22 (#1247)

main
Nathan Fretz 7 months ago
committed by GitHub
parent
commit
4dd4dd463a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      calibre-web/docker-compose.yml
  2. 45
      calibre-web/umbrel-app.yml

4
calibre-web/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8083 APP_PORT: 8083
server: server:
image: linuxserver/calibre-web:0.6.21@sha256:e7470c127d86178c2de121b1382cff697f233195b58e31a423ef0a235048cf63 image: linuxserver/calibre-web:0.6.22@sha256:49660a8890e2e4356cbc4b8874ff5ad1ebc40f647fdb2419fc289700affebcf0
stop_grace_period: 1m stop_grace_period: 1m
environment: environment:
- PUID=1000 - PUID=1000
@ -15,4 +15,4 @@ services:
volumes: volumes:
- ${APP_DATA_DIR}/data/config:/config - ${APP_DATA_DIR}/data/config:/config
- ${APP_DATA_DIR}/data/books:/books - ${APP_DATA_DIR}/data/books:/books
restart: on-failure restart: on-failure

45
calibre-web/umbrel-app.yml

@ -2,21 +2,18 @@ manifestVersion: 1
id: calibre-web id: calibre-web
category: files category: files
name: Calibre Web name: Calibre Web
version: "0.6.21" version: "0.6.22"
tagline: A clean web app for your eBooks tagline: A clean web app for your eBooks
description: >- description: >-
Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. 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 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. 🛠️ SET-UP INSTRUCTIONS
- Library Setup: 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". - Uploading eBooks: If you wish to enable the upload feature, navigate to Admin > Edit Basic Configuration > Feature Configuration and toggle "Enable Upload".
- Documentation: It is recommended to read through the official documentation available at https://github.com/janeczku/calibre-web/wiki
It's recommended to read through the official documentation, which is available at https://github.com/janeczku/calibre-web/wiki
developer: Janeczku developer: Janeczku
website: https://github.com/janeczku/calibre-web website: https://github.com/janeczku/calibre-web
dependencies: [] dependencies: []
@ -32,25 +29,15 @@ defaultUsername: "admin"
defaultPassword: "admin123" defaultPassword: "admin123"
torOnly: false torOnly: false
releaseNotes: >- releaseNotes: >-
This release contains various bug fixes, as well as the following new features: This update includes several new features and bug fixes, including:
- cb7 files are now supported for metadata extrcation of comicfiles (but not for comicreader)
- Updated lubimyczytac metadata provider - Improved metadata fetching and OPDS catalog visibility.
- Added support for PRC book conversion and metadata backup.
- Cover size is adapted to requested size from kobo - Enhanced search options and library location handling.
- Various bug fixes including metadata extraction, content security, and theme improvements.
- Added option "-o" to define logfile via command line - Security improvements for file uploads and cross-site scripting prevention.
- and more!
- Added "/opds/stats" route to generate a widget
- Reading position can be saved in comic reader
- Several dependencies are upgraded to newer versions
- Additional translations: portuguese Full release notes can be found here: https://github.com/janeczku/calibre-web/releases/tag/0.6.22
Full release notes can be found here: https://github.com/janeczku/calibre-web/releases/tag/0.6.21
submitter: Xosten submitter: Xosten
submission: https://github.com/getumbrel/umbrel-apps/pull/74 submission: https://github.com/getumbrel/umbrel-apps/pull/74
Loading…
Cancel
Save