this post was submitted on 29 Oct 2025
30 points (96.9% liked)

Selfhosted

52629 readers
1185 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
30
submitted 2 days ago* (last edited 20 hours ago) by flork@lemy.lol to c/selfhosted@lemmy.world
 

These are both essentially selfhosted replacements for Pocket.

Anyone try them and have experiences to share? The feature set seems similar.

EDIT: From the comments I'm seeing so far it seems that as of now they are indeed very similar!

top 8 comments
sorted by: hot top controversial new old
[–] procrastinare@discuss.tchncs.de 2 points 1 day ago (1 children)

I host Wallabag, besides the features already mentioned here, two others I use frequently and are crucial to my workflows are the following integrations:

  • Koreader integration, so I can access my articles on any ereader
  • Logseq integration, so that all read articles and highlights/annotations are synced with my knowledge base
[–] flork@lemy.lol 2 points 20 hours ago

Thanks it looks like Readdeck has Koreader integration too. Will look into Logseq.

[–] Ekpu@lemmy.world 6 points 1 day ago* (last edited 1 day ago)

I am using wallabag since a long time (selfhosted). And I am loving it. With the Android app I can simply share to the app to save Websites from any Browser. But I have no experience with Readdeck.

[–] mlfh@lemmy.sdf.org 4 points 1 day ago

I just set up Readeck a few weeks ago, and I've been liking it. Very minimalist, utilitarian. One feature I'd like that isn't included is the ability to add specific labels or collections to the sidebar, but that's my only quibble so far.

It has an official browser extension for adding urls to it, but if you can't or don't want to use that, it has a nice api. I use the api to add bookmarks from my phone using a termux-url-opener script, which is as easy as the extension - just hit the "share" button and select termux, and it does the rest.

[–] Snowcano@startrek.website 1 points 1 day ago

I was really enjoying wallabag for a while, but after an update (or something?) the container no longer connects to the db and I haven’t been smart enough to figure out why yet.

BUT when it works it’s got a nice interface and the Firefox extension clips articles quickly. Biggest downside I’ve run into is the iOS app can’t make highlights or annotations, and it sometimes randomly reloads an article while reading and ‘forgets’ its place.

[–] BlackEco@lemmy.blackeco.com 2 points 2 days ago* (last edited 2 days ago) (2 children)

I have no experience with Wallabag, but I have been pretty happy with Readeck. Skimming through Wallabag's documentation, I would say they are pretty similar, while both have unique features. For example, Wallabag has annotations (you can only highlight in Readeck), and Android and iOS apps; whereas Readeck can export collections to eBooks, has RSS feeds for pretty much anything (all articles, unread, archives, collections, etc.) and its browser extension allows to only save part of a page (by selecting it first) and to directly send the page content to your instance (which is useful when saving paywalled content)

[–] DrDystopia@lemy.lol 3 points 1 day ago

Wallabag has the same RSS features and can export to several formats, epub included, but the annotation system is only supported in the web interface. Even the official android app doesn't support it. No Wallabag client on any platform supports self signed certs so forget about anything but web UI if you run it on a closed LAN.

Because according to the devs it's more secure to run a public facing server with a CA backed cert that on a closed LAN which I VPN into with a self-signed cert. Even a toggle to allow it is too dangerous.

[–] flork@lemy.lol 1 points 1 day ago

The RSS feeds aspect of Readdeck is a really nice feature! Looks like they both can send from the browser directly (for paywalls).

I wonder if anyone could make a version of this with Bypass paywalls clean baked in for convenience.