Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: wiredoor/wiredoor

v1.5.2

11 Oct 17:38
2d0ac33

Choose a tag to compare

What's Changed

  • let users define default MTU by env var by @dmesad in bf4bdd6
  • let users use same backed port with different ip for TCP services by @dmesad in #112

Full Changelog: v1.5.1...v1.5.2

v1.5.1

26 Sep 20:45

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

09 Sep 03:31
9b00210

Choose a tag to compare

What's Changed

  • Run as non-root (security hardening) by @dmesad in #107
  • Custom nginx error pages by @dmesad in #107
  • Replace crond by supercronic by @dmesad in #107
  • add lastPingTs to node monitor to set correct status for windows clients by @dmesad in #107

IMPORTANT:

If you are upgrading from a previous Wiredoor version to v1.5.0, please run these commands before updating.

Starting in v1.5.0, the container runs as a non-root user (UID:GID 1000:1000), so host-mounted volumes must be owned by that user.

# Run these on your current version BEFORE upgrading to v1.5.0
docker compose run --rm -u root wiredoor chown -R 1000:1000 /data
docker compose run --rm -u root wiredoor chown -R 1000:1000 /var/log/nginx
docker compose run --rm -u root wiredoor chown -R 1000:1000 /etc/letsencrypt

# Then upgrade to the latest version
docker compose pull wiredoor
docker compose up -d --force-recreate

Full Changelog: v1.4.1...v1.5.0

v1.4.1

30 Aug 17:01

Choose a tag to compare

What's Changed

  • Handle error if gatewayNetworks not defined @dmesad
  • Update supervisor version @dmesad
  • Image size optimized @dmesad

Full Changelog: v1.4.0...v1.4.1

v1.4.0

30 Aug 14:24

Choose a tag to compare

What's Changed

  • Support bypassing OAuth2 for specific paths and refactor NGINX service configuration by @dmesad in #97
  • Feat/ Add support for multiple gateway networks and advanced node configurations by @dmesad in #100
  • Feat/ Update node version and deps by @dmesad in #104
  • Fix/105 cannot click save button when edit http services by @dmesad in #106
  • Update oauth2-proxy to v7.12.0 @dmesad in a3809a1
  • Remove default initial ssl certs and create dynamically ssl certs if not exists at startup @dmesad
  • Fix mechanism to expose UDP services @dmesad

Full Changelog: v1.3.1...v1.4.0

v1.3.1

24 Jul 03:31
25a527c

Choose a tag to compare

What's Changed

  • Allow local TLDs for domain in service form by @dmesad in #86
  • Allow domain in expose service form if exists in domain list by @dmesad in #94
  • Logout and retry if authenticated user isn't authorized in oauth2-proxy by @dmesad in #95
  • Update deps by @dmesad in #95

Full Changelog: v1.3.0...v1.3.1

v1.3.0

11 Jul 16:55

Choose a tag to compare

NGINX + WireGuard Monitoring Now Available πŸš€

New Features

This release introduces native monitoring support for both NGINX and WireGuard within the Wiredoor platform. Gain full visibility into your HTTP and VPN traffic in real time using Prometheus and Grafana.

Nginx Monitoring

  • Exposes real-time metrics using the stub_status module.
  • Integrates with Prometheus via fluentbit
  • Pre-built Grafana dashboard included: see active connections, traffic patterns, and request rates at a glance.

WireGuard Monitoring

  • Exports metrics such as traffic per node, last handshake, and connection status.
  • Optimized metrics collection to reduce overhead.

How to enable

Check out the updated documentation here: Monitoring Setup Guide

Full Changelog: v1.2.3...v1.3.0

v1.2.3

08 Jul 18:16
163e4e1

Choose a tag to compare

What's Changed

  • fix: set classes to see node details in dark mode by @dmesad in #76

Full Changelog: v1.2.2...v1.2.3

v1.2.2

03 Jul 05:06
dad1a0a

Choose a tag to compare

What's Changed

  • Enhance the validation logic to allow VPN_HOST to be a domain name by @dmesad in #65
  • Terminate active connection when enable/disable/delete a service by @dmesad in #74

Full Changelog: v1.2.1...v1.2.2

v1.2.1

19 Jun 04:34

Choose a tag to compare

What's Changed

  • Wiredoor docker image now sopport linux/arm64 arch

Full Changelog: v1.2.0...v1.2.1