• v0.2.0 d2bf9f193b

    v0.2.0
    All checks were successful
    Test and publish Docker image / test (push) Successful in 30s
    Test and publish Docker image / build (push) Successful in 33s
    Stable

    patillacode released this 2026-04-18 02:33:30 +02:00 | 30 commits to main since this release

    v0.2.0 — Rootless Container, Health Endpoint & Tests
    Security, observability, and quality improvements.

    • Container now runs as non-root user (appuser, uid/gid 1000)
    • Added GET /health endpoint for container healthchecks and uptime monitoring
    • Test suite: 27 tests covering auth, journal CRUD, admin, share flow, and multi-user isolation
    Downloads
  • v0.1.0 b7351181e2

    v0.1.0
    All checks were successful
    Test and publish Docker image / build (push) Successful in 34s
    Test and publish Docker image / test (push) Successful in 28s
    Stable

    patillacode released this 2026-04-18 02:00:32 +02:00 | 31 commits to main since this release

    v0.1.0 — Initial Release
    Initial release of Piruetas - a minimalistic, self-hosted diary and journaling app.

    • Day-per-page navigation
    • Rich text editing via Tiptap
    • Multi-user support with admin account
    • SQLite storage with full data control
    • FastAPI backend with Jinja2 templating
    • Docker image available at forgejo.patilla.es/patillacode/piruetas:latest
    Downloads