What it does#

Joplin Server is a self-hosted sync backend for the Joplin note-taking app. Notes sync instantly across all devices — phone, laptop, desktop — without relying on Joplin Cloud or any third-party service.

Runs on#

🍓 Raspberry Pi 4B

Stack#

ComponentDetails
Imagejoplin/server:latest
DatabasePostgreSQL 15 (Docker)
Proxynginx reverse proxy
Port22300

Config highlights#

  • PostgreSQL data stored on the WD Red SSD for fast access
  • Daily automated backups via pg_dump at 2 AM, retained for 7 days
  • Accessible remotely via Tailscale + nginx reverse proxy