• v0.6.0 da04f2bcf0

    v0.6.0
    All checks were successful
    release / release (push) Successful in 22s
    Stable

    Ghost released this 2026-07-02 16:59:43 +00:00 | 19 commits to main since this release

    Added

    • Directory sizes in the listing. Version and arch folders now show their total size in the SIZE
      column (previously "—") — computed recursively and cached in a hidden .size file per immutable
      (.complete) folder, so the frequent site regeneration re-reads a cached total instead of re-walking
      released trees.
    • Performance tuning for larger installations.
      • Host: a harden "performance" measure writes a kernel-sysctl + FD-limit profile scaled to the
        box
        (RAM + CPU cores) — connection backlogs (somaxconn, tcp_max_syn_backlog,
        netdev_max_backlog), nf_conntrack_max, socket buffers, ephemeral port range, and fs.file-max.
        Applied by --all; toggle any time with sudo ./src/deploy.sh harden; shown in status.
      • Caddy: optional web.performance server knobs (read_timeout, write_timeout, idle_timeout,
        keepalive) rendered into a global servers block, and the web container's nofile ulimit raised.
    • Footer version toggle. web.show_version (default true) — set false to drop the
      · v<version> suffix from the public page footer.

    Changed

    • README: highlight large-fleet performance + in-place version-safe updates; note Windows + Linux
      netinstall.
    Downloads