Skip to content

Releases: fedify-dev/sish

v2.23.0-fedify.4

v2.23.0-fedify.4 Pre-release
Pre-release

Choose a tag to compare

@dahlia dahlia released this 14 Jul 05:07
v2.23.0-fedify.4
3e47dc3

This Fedify deployment build is based on upstream sish 2.23.0.

It adds three opt-in controls for anonymous HTTP tunnel services:

  • --http-only rejects TCP and alias remote forwards before listener creation.
  • --http-access-log=false suppresses HTTP access logs that contain full request URIs.
  • --root-static-directory serves a static site on the exact root domain while leaving tunnel subdomains on the proxy path.

The static root handler preserves --force-all-https, disables directory listings, and adds restrictive browser security headers. All three options preserve upstream behavior unless explicitly configured.

v2.23.0-fedify.3

v2.23.0-fedify.3 Pre-release
Pre-release

Choose a tag to compare

@dahlia dahlia released this 14 Jul 03:32
v2.23.0-fedify.3
ebbed78

This Fedify deployment build is based on upstream sish 2.23.0.

It adds two opt-in controls for anonymous HTTP tunnel services:

  • --http-only rejects TCP and alias remote forwards before listener creation.
  • --http-access-log=false suppresses HTTP access logs that contain full request URIs.

Both options preserve upstream behavior unless explicitly configured.