From 75ea96faa108db0b7813ffa302e97e21f82d95a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 21:59:28 +0000 Subject: [PATCH 1/2] chore(deps): update lscr.io/linuxserver/calibre-web docker tag to v0.6.19 --- apps/calibre-web/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/calibre-web/docker-compose.yml b/apps/calibre-web/docker-compose.yml index da5bd292..fdb4ecb0 100644 --- a/apps/calibre-web/docker-compose.yml +++ b/apps/calibre-web/docker-compose.yml @@ -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 From 5ce02caacff33b53c7d10a3e5bd828427b827995 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 13 Oct 2022 21:59:43 +0000 Subject: [PATCH 2/2] Update app version --- apps/calibre-web/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/calibre-web/config.json b/apps/calibre-web/config.json index 6f5e4c93..1fe1856a 100644 --- a/apps/calibre-web/config.json +++ b/apps/calibre-web/config.json @@ -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/",