• v1.0.0 52277d6687

    Release v1.0.0 - KeepItGoing Server

    ksmith released this 2025-12-26 20:53:11 -07:00 | 35 commits to main since this release

    First stable release of KeepItGoing Django REST API server.

    Features:

    • Django 5.x REST Framework with JWT authentication
    • PostgreSQL database support
    • Redis + Celery for background tasks
    • Email verification and admin approval workflow
    • Task management with tags, due dates, and reminders
    • Docker deployment ready
    • Production security hardening (CSP, HSTS, secure cookies)
    • Self-hosted mode (no SaaS billing)

    Deployment:

    • Docker + PostgreSQL + Redis + Celery
    • Nginx Proxy Manager integration
    • Health checks and monitoring ready
    • Static file serving via WhiteNoise

    Security:

    • All Django security checks passing
    • Content Security Policy implemented
    • Dependency vulnerability scanning (pip-audit)
    • Defense-in-depth security headers

    🤖 Generated with Claude Code

    Downloads