Merge pull request #71 from meienberger/renovate/lscr.io-linuxserver-calibre-web-0.x

chore(deps): update lscr.io/linuxserver/calibre-web docker tag to v0.6.19
This commit is contained in:
Nicolas Meienberger 2022-10-13 22:06:15 +00:00 committed by GitHub
commit c1e7e87117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -3,10 +3,12 @@
"name": "Calibre-Web - EBook Reader",
"available": true,
"port": 8100,
"tipi_version": 1,
"version": "0.6.18",
"tipi_version": 2,
"version": "0.6.19",
"id": "calibre-web",
"categories": ["books"],
"categories": [
"books"
],
"description": "On the initial setup screen, enter /books as your calibre library location. \n Default admin login: Username: admin Password: admin123",
"short_desc": "Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.",
"author": "https://github.com/janeczku/",

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
calibre-web:
image: lscr.io/linuxserver/calibre-web:0.6.18
image: lscr.io/linuxserver/calibre-web:0.6.19
container_name: calibre-web
environment:
- PUID=1000