• AOC v1.7.11
    All checks were successful
    CI / lint-and-test (push) Successful in 1m26s
    Release / build-and-push (push) Successful in 3m1s
    Stable

    tomas.kracmar released this 2026-04-27 08:39:33 +00:00 | 4 commits to main since this release

    Hotfix: CSP unsafe-eval for Alpine.js

    Fixed

    • Added 'unsafe-eval' to script-src in the Content-Security-Policy header.
    • Alpine.js v3 uses new Function() internally to evaluate expressions, which requires unsafe-eval under CSP.
    • Without this, the UI fails to initialise and auth buttons do not render.
    export AOC_VERSION=v1.7.11
    docker compose -f docker-compose.prod.yml pull
    docker compose -f docker-compose.prod.yml up -d
    
    Downloads