Wallabag screenshot
#166 B Rank #155

Wallabag

Self-hosted read-it-later application that saves and declutters web articles for offline reading, similar to Pocket, with browser extensions and mobile apps.

Notes/Docs PHP Medium to deploy $5/mo equiv
65.5 / 100

βš™ Full Stack

Symfony (PHP) application supporting MySQL, PostgreSQL, or SQLite backends, with a content-extraction pipeline (readability-style parsing) for saved articles.

πŸ“ˆ Scaling Analysis

The Symfony app tier is largely stateless and can run multiple replicas behind a load balancer once sessions are externalized, with Postgres/MySQL as the scaling constraint at high account counts. It's built for personal/small-team use, so multi-replica deployment is uncommon in practice but not architecturally blocked.

πŸš€ Running on Nexlayer

Deploy as an app pod plus a postgres (or mysql) pod, connecting via wallabag-postgres.pod:5432. Mirror the official image via mirror.gcr.io and set the SYMFONY__ENV__DATABASE_* env vars rather than editing config files inside the container.