Your dishwasher broke 11 months into a 12-month warranty. You know you have the receipt somewhere. You don't find it. You pay for the repair. That happens to almost everyone.
Here's the fix: a self-hosted warranty vault. One place for every receipt, manual, and warranty date — searchable, private, and yours.
Why not just use your email?
Because email is a swamp. Receipts get buried under newsletters. Search misses them because the store called your blender a "KX-400 Pro Bundle." And every retailer receipt in your inbox is scanned by your email provider to build a profile of what you buy.
A dedicated vault keeps purchase data off Google's radar and puts it where you can actually find it.
The tool: Paperless-ngx
Paperless-ngx is a free, self-hosted document manager. You scan or photograph a receipt, and it does three useful things:
- Reads the text inside the image (OCR), so you can search "dishwasher" and find it
- Tags and sorts documents automatically
- Stores everything on your hardware, never a company cloud
It runs on a spare laptop, a Raspberry Pi, or an old mini-PC. If it can run Docker, it can run this.
Setting it up in plain steps
- Install Docker on your machine (one-line installers exist for most systems).
- Grab the official Paperless-ngx Docker Compose file from their docs.
- Run it. Open your browser to the local address it gives you.
- Create your login. Done.
No domain name. No exposing anything to the internet. It lives on your home network only.
The warranty trick that actually matters
Plain storage isn't enough. You need reminders. Paperless-ngx lets you add a custom field for "warranty expires." Set it when you file each receipt.
Then pair it with a simple notification tool — like a scheduled script or ntfy — to ping your phone a month before any warranty runs out. Now the system nudges you before the coverage dies.
What to feed it first
Don't try to scan a decade of paperwork in one weekend. You'll quit. Instead:
- Add new receipts as they come in
- Backfill only big-ticket items: appliances, electronics, tools, furniture
- Snap the box label too — model numbers live there and warranties often need them
Keep it private and backed up
Two rules. First, never open this to the public internet — access it only on your home WiFi or through a private tunnel. Second, back up the folder where it stores documents. A vault you lose in a drive failure is worse than a junk drawer.
Your one action today
Find the receipt for your most expensive recent purchase. Photograph it. That single photo, stored somewhere you can search, is the start of never losing a warranty claim again.