From 15c10fa570bb19822e3afe1e954f9614aacc55ed Mon Sep 17 00:00:00 2001 From: azpsen Date: Wed, 23 Apr 2025 15:07:57 -0500 Subject: [PATCH] remove calibre-web --- docker-compose.yml | 19 ------------------- readme.md | 4 +--- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 65df943..d0a8e22 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,25 +30,6 @@ services: - ${DNS_IP} restart: unless-stopped - # Calibre (ebook management) - calibre-web-automated: - image: crocodilestick/calibre-web-automated:latest - container_name: calibre-web - environment: - - TZ=${TZ} - - PUID=1000 - - PGID=100 - - DOCKER_MODS=lscr.io/linuxserver/mods:universal-calibre-v7.16.0 - volumes: - - ${DOCKER_DIR}/calibre/config:/config - - ${DOCKER_DIR}/calibre/ingest:/cwa-book-ingest - - ${DOCKER_DIR}/calibre/books:/calibre-library - ports: - - 8083:8083 - dns: - - ${DNS_IP} - restart: unless-stopped - ## Immich (photo library management) immich_server: container_name: immich_server diff --git a/readme.md b/readme.md index 04a9dc7..3648a7f 100644 --- a/readme.md +++ b/readme.md @@ -16,10 +16,8 @@ These are all the services hosted, what they are for, and any clients I use with ### Media -- [AudioBookShelf](https://www.audiobookshelf.org/) - Audiobook and podcast server +- [AudioBookShelf](https://www.audiobookshelf.org/) - Audiobook, ebook, and podcast server - The official mobile client works great -- [Calibre Web Automated](https://github.com/crocodilestick/Calibre-Web-Automated) - Ebook management - - [Yomu](https://www.yomu-reader.com/) for iOS is nice and minimal and supports OPDS for use with Calibre Web - [Immich](https://immich.app/) - Photo and video management - Their official mobile apps are quite good - [Jellyfin](https://jellyfin.org) - Media server for movies, TV shows, and music