• 1.0 beta Pre-Release

    test2 released this 2026-06-06 19:20:54 +00:00 | 15 commits to main since this release

    PhotoHost 1.0 beta

    First public beta release.

    Features

    • Photo upload with drag-and-drop UI
    • User registration and login
    • Personal cabinet for managing photos
    • Admin panel: users, photos, statistics
    • Automatic first admin creation via .env
    • PostgreSQL + Docker Compose deployment

    Deploy

    git clone https://git.evilfox.cc/test2/fotohost.git fotohost
    cd fotohost
    cp .env.example .env
    docker compose up -d --build
    
    Downloads