summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAk4zh <[email protected]>2021-10-27 06:53:30 +0530
committerGitHub <[email protected]>2021-10-26 18:23:30 -0700
commit564b1def696b0b0272e5a39b43d504d72c591f7c (patch)
tree5c880dfe18f5a66b421a45800699c2c5dcf8772b
parentfd7e48d48f2f096e2121e8ed419f2103cf5717af (diff)
downloadcaprover-one-click-apps-564b1def696b0b0272e5a39b43d504d72c591f7c.tar.gz
caprover-one-click-apps-564b1def696b0b0272e5a39b43d504d72c591f7c.zip
added calibre-web (#536)
Co-authored-by: Akash Agarwal <[email protected]>
-rw-r--r--public/v4/apps/calibre.yml38
-rw-r--r--public/v4/logos/calibre.pngbin0 -> 8951 bytes
2 files changed, 38 insertions, 0 deletions
diff --git a/public/v4/apps/calibre.yml b/public/v4/apps/calibre.yml
new file mode 100644
index 0000000..65a4ad3
--- /dev/null
+++ b/public/v4/apps/calibre.yml
@@ -0,0 +1,38 @@
+captainVersion: 4
+services:
+ # Calibre-web
+ $$cap_appname:
+ image: lscr.io/linuxserver/calibre-web:$$cap_app_version
+ restart: always
+ environment:
+ APP_URL: http://$$cap_appname.$$cap_root_domain
+ TZ: $$cap_timezone
+ volumes:
+ - $$cap_appname-config:/config
+ - $$cap_appname-books:/books
+ caproverExtra:
+ containerHttpPort: '8083'
+
+caproverOneClickApp:
+ variables:
+ - id: $$cap_app_version
+ label: Calibre-web
+ defaultValue: '2021.10.24'
+ description: Check out their docker page for the valid tags https://hub.docker.com/r/linuxserver/calibre-web/tags
+
+ - id: $$cap_timezone
+ label: Timezone
+ defaultValue: 'Europe/London'
+ description: 'See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for list of timezones.'
+
+ instructions:
+ start: >-
+ 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.
+ end: >-
+ Done! 😄
+ Your service is available at http://$$cap_appname.$$cap_root_domain
+ Default admin login: Username: admin Password: admin123
+ displayName: 'Calibre Web'
+ isOfficial: true
+ description: Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
+ documentation: https://github.com/janeczku/calibre-web
diff --git a/public/v4/logos/calibre.png b/public/v4/logos/calibre.png
new file mode 100644
index 0000000..d3b106c
--- /dev/null
+++ b/public/v4/logos/calibre.png
Binary files differ