add ebook downloading

This commit is contained in:
azpsen
2025-01-06 15:36:13 -06:00
parent bfe190b57c
commit ce97e8659b
2 changed files with 51 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ These are all the services hosted, what they are for, and any clients I use with
- [AudioBookShelf](https://www.audiobookshelf.org/) - Audiobook server
- The official mobile client works great
- [Calibre Web](https://github.com/janeczku/calibre-web) - Ebook management
- [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
- [Gitea](https://about.gitea.com/) - Git server - in the process of replacing my GitHub account
- [Grocy](https://github.com/grocy/grocy) - Household management (Am I out of milk? Do I have AAA batteries? What can I make for dinner?)
@@ -67,9 +67,13 @@ These are all the services hosted, what they are for, and any clients I use with
Note that I run tailscale as a system service, not in a container, so it is not listed here, but it is very useful for secure remote access - both for SSH and for services that don't need to be publicly visible.
In `docker-compose.yml`, services that I access through tailscale need the `dns: 100.111.0.126` section in order to access the internet (`100.111.0.126` is the tailscale IP of the server).
### Downloading
- [Bazarr](https://www.bazarr.media/) - Automated subtitle fetching (I also use the OpenSubtitles plugin within Jellyfin when needed, but this works hands-off most of the time)
- [Calibre Web Book Downloader](https://github.com/calibrain/calibre-web-automated-book-downloader) - Automated ebook search and downloading
- [openbooks](https://github.com/evan-buss/openbooks) - Automated IRC-based ebook search and downloading
- [Prowlarr](https://prowlarr.com/) - Torrent indexer that interfaces with the other *arrs
- [Radarr](https://radarr.video/) - Automated movie fetching
- [qBittorrent](https://www.qbittorrent.org/) - The only torrent client I'll ever use