|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Aug 2026
Device: Kobo Clara 2E
|
![]() I love using KOReader's built-in Wallabag sync on my e-reader, but maintaining a full self-hosted Wallabag stack (PHP, MySQL/Postgres, Redis, Docker, and an always-on 24/7 VPS) felt like overkill for just syncing reading lists. To simplify this, I created Wallaflare — a lightweight, serverless reimplementation of the Wallabag v2 API built to run entirely on Cloudflare Workers and Cloudflare D1 (serverless SQLite). What it does: • Zero Server & Zero Maintenance: Runs completely within Cloudflare's free tier. No VPS, no Docker containers, and nothing to update or maintain 24/7. • Native KOReader Sync: Works out of the box with KOReader's Search / Tools > Wallabag plugin. • Works with the Official Wallabag Android App: You can share articles from your phone using the standard Wallabag Android app (or browser extension) and have them sync seamlessly to your e-reader. • E-Reader Friendly EPUBs: Generates clean multi-page EPUBs with embedded cover artwork, metadata summary page, and clean natural paragraph spacing for e-ink screens. • Web Dashboard: Includes a simple distraction-free web reader with Dark/Light/Sepia themes and mobile support. Quick Setup: Deployment takes about 2 minutes with Wrangler: 1. Clone the repo & install dependencies: Code:
git clone https://github.com/UserCel/wallaflare.git cd wallaflare && npm install Code:
npx wrangler d1 create wallaflare-db 4. Initialize the database schema & deploy: Code:
npx wrangler d1 execute wallaflare-db --file=schema.sql --remote npm run deploy Disclaimer & Feedback: Please note: Wallaflare is an independent, clean-room implementation of the Wallabag v2 REST API. While it has been tested with current versions of KOReader and the Wallabag Android app, upstream changes to the plugin or app could potentially cause breakage in the future. GitHub repository (MIT Licensed): https://github.com/UserCel/wallaflareHope this is helpful to fellow KOReader users who want a simple, maintenance-free read-it-later setup! Feedback, bug reports, and contributions are very welcome. Last edited by UserC; 08-22-2026 at 07:39 AM. |
|
|
|
![]() |
| Tags |
| cloudflare, epub, koreader, read it later, wallabag |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Libra Colour Error message from old wallabag / KOReader? | MrMonkey | Kobo Reader | 7 | 05-08-2025 02:08 PM |
| Wallabag KOReader sync behaviour | jt196 | KOReader | 2 | 02-10-2025 12:32 PM |
| Wallabag not working with KOreader in Kobo Forma | Hhvh | KOReader | 7 | 06-12-2024 11:23 AM |
| Lightweight e-book reader for KOReader | Winkelschraube | KOReader | 56 | 02-25-2023 02:32 PM |
| can anyone get koreader + wallabag + https://bag.g3l.org/ working? | arooni | KOReader | 1 | 09-04-2021 07:28 AM |