this post was submitted on 07 Feb 2024
94 points (100.0% liked)

Selfhosted

39256 readers
366 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
94
Plex for books? (feddit.uk)
submitted 7 months ago* (last edited 7 months ago) by frazorth@feddit.uk to c/selfhosted@lemmy.world
 

I've picked up an eink Android tablet, which is awesome. However I have plenty of ebooks I've purchased over the years on places such as Humble, and I was wondering whether there was a self hosted solution like Plex/Emby/Jellyfin but designed for ebooks.

I've seen Calibre but it doesn't seem to be quite the same thing, and running a sync is a bit clunky for the spouse factor.

Is there anything that would index the books, show a bookshelf and allow me to read them, with offline support?

Preferably with an Android app for reading with, and the reader handling eink rather than scrolling.

you are viewing a single comment's thread
view the rest of the comments
[–] thegreekgeek@midwest.social 1 points 7 months ago

So just using Calibre to sync your books is kind of a pain in the ass, I agree. Especially with multiple users. However! Sync isn't the only way of getting books on your devices.

You can set up a locally browsable OPDS catalog for you to download your books from. There should be a bunch of "Calibre server" options in your sharing settings in Calibre, that's what you'll need. You can access it from the web browser or your reader's built-in OPDS browser (most android ebook readers that aren't dedicated app store portals have one).

That being said you can also install the calibre-web package to your homelab, which hosts the library database and the OPDS server standalone. With that setup you'd only need to use the Calibre app to manage or add books your remote library, either directly or syncing the library database file.

Both of these methods are okay if you want to curate the books on your devices, but if you're like me and want all the books everywhere sync is ideal. For that I use the Reading List Calibre extension, which lets you create multiple reading lists for multiple devices that are populated with a library search (i.e. "date:<=45daysago" will search for books added to Calibre within the last 45 days) and automatically sync up on device connection.