this post was submitted on 31 Jan 2025
82 points (98.8% liked)

Selfhosted

41686 readers
438 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 2 years ago
MODERATORS
 

I didn't copy in the updates this time because there are so many, and I can't tell what's important since I haven't tried this one out yet. See the link above for the changes :)


More info for those that aren't familiar

Calibre, while a fantastic tool for its age, has several problems when containerised, including its reliance on a KasmVNC server instance for the UI, which is near impossible to use on mobile and is relatively resource-heavy if you're running a small, lower power server like I am.

For many, Calibre-Web has really swooped in to save the day, offering an alternative to a containerised Calibre instance that's resource-light and with a much more modern UI to boot.

However, when compared to full-fat Calibre, it unfortunately lacks a few core features leading many to run both services in parallel, each serving to fill in where the other lacks, resulting in an often clunky, imperfect solution.

Goal of the Project 🎯 Calibre-Web Automated aims to be an all-in-one solution, combining the modern lightweight web UI from Calibre-Web with the robust, versatile feature set of Calibre, with a slew of extra features and automations thrown in on top.

you are viewing a single comment's thread
view the rest of the comments
[–] DishonestBirb@lemmy.world 8 points 4 days ago (4 children)

Can this handle plugins? I use a modded DeDRM on my Kindle Unlimited books, and so require plugin support.

[–] taiidan 2 points 2 days ago (2 children)

As far as I'm aware, Calibre-Web serves are web front-end for calibre. I think you might have to install plugins manually on the desktop version, but it should be active when importing a book over the Calibre-web, especially DeDRM.

[–] vividspecter@lemm.ee 2 points 1 day ago (1 children)

It uses the Calibre database but isn't a frontend per se. With care, you could share the db between the two, and just call up the desktop version when dedrm is needed. There's also a docker mod with the LSIO container but I think it only supports format conversion.

[–] taiidan 1 points 21 hours ago

It uses the Calibre database but isn’t a frontend per se.

Thanks for clearing that up.

load more comments (1 replies)