diff --git a/calibre_web/Readme.md b/calibre_web/Readme.md index 6a6ca528a..549f82988 100644 --- a/calibre_web/Readme.md +++ b/calibre_web/Readme.md @@ -1,10 +1,10 @@ -# Home assistant add-on: calibre-web +# Home assistant add-on: Calibre-web [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) -![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fcalibre-web%2Fconfig.json) -![Ingress](https://img.shields.io/badge/dynamic/json?label=Ingress&query=%24.ingress&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fcalibre-web%2Fconfig.json) -![Arch](https://img.shields.io/badge/dynamic/json?color=success&label=Arch&query=%24.arch&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fcalibre-web%2Fconfig.json) +![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fcalibre_web%2Fconfig.json) +![Ingress](https://img.shields.io/badge/dynamic/json?label=Ingress&query=%24.ingress&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fcalibre_web%2Fconfig.json) +![Arch](https://img.shields.io/badge/dynamic/json?color=success&label=Arch&query=%24.arch&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fcalibre_web%2Fconfig.json) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/9c6cf10bdbba45ecb202d7f579b5be0e)](https://www.codacy.com/gh/alexbelgium/hassio-addons/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexbelgium/hassio-addons&utm_campaign=Badge_Grade) [![GitHub Super-Linter](https://github.com/alexbelgium/hassio-addons/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter) @@ -20,7 +20,7 @@ _Thanks to everyone having starred my repo! To star it click on the image below, --- -[calibre-web](https://calibre-web-ebook.com/) is a powerful and easy to use e-book manager. Users say it’s outstanding and a must-have. It’ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It’s also completely free and open source and great for both casual users and computer experts. +[Calibre-web](https://github.com/janeczku/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. This addon is based on the docker image https://github.com/linuxserver/docker-calibre-web diff --git a/calibre_web/build.json b/calibre_web/build.json index f9121f766..5f1cbde16 100644 --- a/calibre_web/build.json +++ b/calibre_web/build.json @@ -1,10 +1,10 @@ { "build_from": { - "aarch64": "lscr.io/linuxserver/calibre-web:arm64v8-arch-02a2ceb8-ls8", - "amd64": "lscr.io/linuxserver/calibre-web:amd64-arch-version-02a2ceb8", - "armv7": "lscr.io/linuxserver/calibre-web:arm32v7-arch-version-02a2ceb8" + "aarch64": "lscr.io/linuxserver/calibre-web:arm64v8-nightly", + "amd64": "lscr.io/linuxserver/calibre-web:amd64-nightly", + "armv7": "lscr.io/linuxserver/calibre-web:arm32v7-nightly" }, "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/calibre_web/config.json b/calibre_web/config.json index d7da7d857..965bba897 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -5,7 +5,7 @@ "armv7" ], "codenotary": "alexandrep.github@gmail.com", - "description": "web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database", + "description": "e-book manager", "devices": [ "/dev/sda", "/dev/sdb", @@ -54,7 +54,7 @@ "config:rw", "ssl" ], - "name": "Calibre web", + "name": "calibre-web", "options": { "PGID": 0, "PUID": 0 @@ -81,7 +81,7 @@ "networkdisks": "str?" }, "slug": "calibre-web", - "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre_web", - "version": "v5.38", + "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web", + "version": "ae5053e0", "video": true -} \ No newline at end of file +}