• v1.1.1 00b9107ee3

    -362 commits to feat/bootstrap since this tag

    Deployments run as the application's user instead of as root. A deployment that
    logged anything left storage/logs/laravel.log owned by root, after which the
    application could not append to its own log — and a throw while logging is a
    500 on every page that logs, with nothing written to say why. Reported as a 500
    on the VPN config download, which is one of the few pages that logs on its way
    through.

    An update also repairs ownership an earlier run left behind, so a server
    already carrying the damage heals on its next deployment.

    Downloads