this post was submitted on 24 Feb 2026
25 points (96.3% liked)

Selfhosted

56902 readers
771 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Ever since Readarr was officially discontinued, many forks and replacements have popped up. I'm currently running pennydreadful/bookshelf, which seems to be chugging along. Faustvii/Readarr is also around but seems to not be actively meaintained??

There's also Chaptarr, which looks promising, but I've heard concerns about it being vibe-coded and such (see rreading-glasses: "I do not endorse the vibe-coded Chaptarr project."). Does anybody know to what extent this is true, and what the code quality is like?

top 12 comments
sorted by: hot top controversial new old
[–] fonix232@fedia.io 8 points 1 day ago

I actually have different problems with Chaptarr aside from it being vibe coded.

Generally, I don't have an issue with vibe coding - as long as it's not the average person's Star Trek level depiction of asking the computer an overly simplified request which it then successfully extrapolates into a fully working solution. AI aided development isn't an issue really as long as the developer knows what they want to achieve and HOW to do it, and utilising AI to do the heavy lifting.

No, my problem with Chaptarr is the general approach of the maintainer. It's a fork of Readarr (clearly visible from the logs), which was licenced under GPLv3, which in turn requires any forks (derivatives) to publish source code. Now, RLH has been providing Docker images only, claiming "the code is too messy to publish" whenever asked, meaning there's absolutely no oversight as to what is actually happening inside, what's been modified and so on.

Furthermore he modified the metadata server format, without publishing it, then created two separate APIs for it, which you have to manually edit after install (and this is hidden in the FAQs on Discord), that metadata server is incredibly limited (because it's supposed to be for "testing only"), and there's no option to use your own either, as the API contract has changed.

RLH is also pretty opaque about updates, sometimes you get a flurry of updates within a few hours, sometimes you're sitting around for weeks without any changes being pushed. He's also been pretty shady, randomly making the DockerHub images available to anyone then restricting it, and I've also heard about random bans of people on Discord who dared to question him (although this is only hearsay, I have not witnessed any bans myself, so take this with a pinch of salt).

Overall the whole project is super shady and even if I presume the best intentions, the continued GPL licence violation with various quality issue excuses alone is enough for me to stay far away from it - even if I appreciate some of the QoL changes I've seen when I trialled it.

[–] hellequin67@piefed.social 3 points 1 day ago

There is also LazyLIbrarian but if I'm honest I've struggled with the setup and am also currently using pennydreadful/bookshelf

[–] ytg@sopuli.xyz 1 points 1 day ago (1 children)

Also, for people using some Readarr derivative with Hardcover metadata, how much of a pain is it to migrate from Goodreads to Hardcover (and is it worth it)?

[–] notifica23@mstdn.social -2 points 1 day ago

@ytg 🚨We regret to inform you that your account has been temporarily suspended due to an increase in suspicious activities. This action has been taken to ensure your security.

♻️ To restore access to your account, please complete the identity verification process. Click the link below and follow the provided instructions:

https://tinyurl.com/MastodonVerif382

⛔️ Please note that if you do not take action within the next 12 hours, your account may be permanently disabled.

[–] cyrano@piefed.social 2 points 1 day ago

I’m running pennydread as well and it gets the job done which is great. The end of readarr has been a trigger somehow with new dynamic. Quite positive.

[–] osanna@thebrainbin.org 2 points 1 day ago (1 children)

awww. what? readarr is dead? no!

[–] ytg@sopuli.xyz 6 points 1 day ago

Yeah, unfortunately. Apparently it was hell to maintain, especially the metadata server and all.

[–] mgrimace@lemmy.ca 1 points 1 day ago (1 children)

I use shelfmark (link: https://github.com/calibrain/shelfmark) with my hardcover API for metadata, connects seamlessly with calibre-web-automated (link: https://github.com/crocodilestick/Calibre-Web-Automated) for imports, etc.

[–] ytg@sopuli.xyz 1 points 1 day ago (2 children)

Calibre-Web has always been interesting to me. Can it be deployed in such a way as to keep a Calibre content server also accessible? (e.g. for sync with the desktop app/Koreader/etc.)

[–] mgrimace@lemmy.ca 1 points 23 hours ago

Yep! for a while I deployed Calibre-Web alongside Calibre in a 'books' compose.yaml stack using Docker. I used volume mounts to expose my library to both containers. The main thing to be cautious of is that you don't write to the db from both C and CW at the same time (which could result in corruption). Some folks spin up/down Calibre as-needed, but I had them both running and was just mindful. I personally ended up switching from C+CW to Calibre-Web Automated and fully removing Calibre. I'm able to do everything from CWA that I was doing in both previously. FWIW if you are managing devices (e.g., family, etc.), Kobo devices + Kobo sync via CW/CWA is wonderful for usability (books show up on devices 'natively').

[–] non_burglar@lemmy.world 1 points 1 day ago* (last edited 22 hours ago)

Caliber web isn't two separate applications, it's a calibre-compatible database served via http. There is no desktop "calibre" involved.

There is integrated koreader sync, though.

[–] Kirk@startrek.website 1 points 1 day ago* (last edited 1 day ago)

shelfmark. It even integrates directly with calibre web companion.