Download Latest Version Release v1.7.1 source code.tar.gz (335.9 kB)
Email in envelope

Get an email when there's a new version of WIREDOOR

Home / v1.6.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-11-11 1.6 kB
v1.6.0 source code.tar.gz 2025-11-11 316.0 kB
v1.6.0 source code.zip 2025-11-11 452.1 kB
Totals: 3 Items   769.7 kB 0

What’s Changed

New Features

Updates & Fixes

  • Updated OAuth2 Proxy to version v7.13.0.
  • Proxy buffering disabled globally to improve real-time streaming behavior and SSE compatibility.
  • Fixed UI issues in the node details view and resolved a validation bug in the service form.
  • Updated project dependencies to their latest stable versions.

Notes on HTTP/3

HTTP/3 (QUIC) can only be enabled for one domain per Wiredoor instance, as NGINX currently allows a single QUIC listener per address:port combination (UDP/443).

To enable it, add the following environment variable to your .env file:

:::bash
NGINX_HTTP3_DOMAIN=your-domain.example.com

Make sure that UDP port 443 is exposed in your docker-compose.yml:

:::yaml
ports:

  - "443:443/tcp"
  - "443:443/udp"

Then recreate the Wiredoor container

Full Changelog: https://github.com/wiredoor/wiredoor/compare/v1.5.2...v1.6.0

Source: README.md, updated 2025-11-11