Every article you save to Pocket builds a profile. What you read says more about you than what you post. Your politics, your health worries, your job hunt — all sitting in a database you don't control.
There's a better way. You can run your own read-it-later app in an afternoon. It's called Wallabag, and it does everything Pocket does without the snooping.
What a read-it-later app actually does
You find an article. You're busy. You hit a button. The app strips the ads, the popups, and the clutter, then saves a clean copy for later — even offline.
The catch with cloud versions: they keep that clean copy and a log of everything you saved. Forever. Wallabag keeps the copy on your machine. Nobody else sees the list.
Why this one is a great first project
Most self-hosting guides throw databases and command lines at beginners. Wallabag is friendlier than most because:
- It runs on a cheap mini PC, an old laptop, or a $5/month server.
- It has phone apps for Android and iPhone.
- It has browser buttons for Chrome and Firefox.
You save an article on your phone, and it shows up on your laptop. No Google account in the middle.
Setting it up without the headache
The easiest path uses Docker — think of it as a sealed lunchbox that holds the app and everything it needs to run. You don't install a mess of parts; you run one command.
- Install Docker on your machine (their website walks you through it for any operating system).
- Grab the Wallabag setup file from their docs.
- Run one start command.
- Open your browser, go to the address it gives you, and create your login.
That's the whole thing. Fifteen minutes if you read slowly.
Make it genuinely private
Running it locally is step one. To use it safely from outside your home, don't just open it to the whole internet. Two clean options:
- Tailscale — a free tool that creates a private tunnel between your devices. Your phone reaches your server like they're on the same Wi-Fi, even from a coffee shop.
- A reverse proxy with HTTPS if you want a real web address. More work, more control.
For a beginner, Tailscale wins. Install it on the server and your phone, and you're done. No ports exposed to strangers.
The privacy payoff
No company knows you read three articles about quitting your job last night. No ad network learns you've been researching a medical diagnosis. Your reading list is yours, stored on hardware you can unplug.
And because you own the data, you can export it, search it, and keep it for decades. Pocket can shut down tomorrow. Your server won't.
Your one move today: Install Docker on an old laptop and spin up Wallabag. Save one article to it tonight — that's your first piece of reading nobody else gets to see.