• v0.9.0 f6627c5b06

    v0.9.0
    All checks were successful
    release / release (push) Successful in 27s
    Stable

    Ghost released this 2026-07-02 18:32:30 +00:00 | 14 commits to main since this release

    Changed

    • GoAccess board moved to its own port. The board now serves on a dedicated Caddy listener at
      https://<fqdn>:7443/ (configurable via web.goaccess.port) instead of the /goaccess path. The
      HTTP/1.1 pin needed for its live WebSocket is scoped to that listener only, so the main mirror keeps
      HTTP/2 + HTTP/3
      for firmware downloads (previously enabling the board forced the whole site to H1).
      The installer/firewall opens the port when the board is enabled; open-goaccess and status print the
      new URL. If you customise the port, set PM_GOACCESS_PORT in .env too (compose mapping + firewall).

    Added

    • README: an "under active development — feature-incomplete until v1.0" notice.
    Downloads