this post was submitted on 02 Apr 2026
36 points (95.0% liked)

Selfhosted

59330 readers
442 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
 

After getting burned by Pocket, I moved everything into a self-hosted setup.

Current stack:

  • FreshRSS for feed ingestion
  • Readeck for actual reading
  • Linkwarden for long-term storage

Running on Docker Swarm behind Traefik, internal-only. Remote access via WireGuard.

A few gotchas that took longer than expected:

  • Readeck container entrypoint pointing at /readeck (dir) instead of /bin/readeck
  • Linkwarden auth issues due to build-time NEXT_PUBLIC_* vars
  • Had to seed the first user manually in Postgres with bcrypt
  • Internal SMTP relay quirks between services

It’s definitely more work than SaaS, but the upside is ownership.

Full write-up with configs + fixes: https://clifmo.com/blog/posts/saas-is-temporary-your-reading-list-doesnt-have-to-be

Curious what others are using for this now. I considered Wallabag but opted for Readeck, even tho the Readeck Android app has a crash loop right now (for me).

you are viewing a single comment's thread
view the rest of the comments
[–] tuckerm@feddit.online 1 points 1 month ago* (last edited 1 month ago)

Thanks for writing that up! I'm curious: what makes you use Readeck for some things and Linkwarden for others? It seems like they have the same use case, and pretty much the same features.

I've been using wallabag for quite a while, before Linkwarden and Readeck were written, and I haven't felt a reason to switch away from it.

A thing I like doing with wallabag is:

  1. Select a bunch of articles that I want to read on my ebook reader
  2. Tag them as "exported_on_2026-04-02"
  3. Export them as an epub
  4. The epub is synced automatically by syncthing to my ebook reader (it's like an eink Android tablet)
  5. Once I've read that file on the ebook reader, select all entries tagged with "exported_on_2026-04-02" and mark them as read. Or just mark them as read right away, since I'll definitely get to them once they're on the ebook reader.

I haven't found any other bookmarking applications that can conveniently tag articles in bulk, export, and then mark as read in bulk like wallabag. From the website, it looks like Readeck can, I'll have to check it out.