• v1.0.1 64b1fb5fcf

    v1.0.1
    All checks were successful
    Build and Publish Docker Image (release) / build-and-push (push) Successful in 10m36s
    Stable

    james.oates released this 2026-04-15 11:47:39 +00:00 | 88 commits to main since this release

    Bug Fixes

    • Fix dashboard 403 on API endpointsallowed_ips in [[admin]] config is now opt-in. Previously it defaulted to 127.0.0.1,::1, which blocked all browser-based dashboard API calls from external IPs even with a valid API key. Now, omitting allowed_ips allows all IPs and relies on API key authentication alone. Set allowed_ips explicitly to add IP restriction on top.

    • Fix admin IP detection behind reverse proxiesadmin_ip_middleware now reads CF-Connecting-IP then X-Real-IP before falling back to the raw TCP connection IP. Fixes incorrect IP matching when the router is deployed behind Cloudflare or nginx.

    • CI layer caching — Kaniko build cache enabled in the develop workflow, reducing image build times.

    Downloads