#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.
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.