Skip to content

Releases: CyberL1/Dockport

v1.6.0

26 Feb 18:50

Choose a tag to compare

What's Changed

  • Added TLS support for http proxy (ENABLE_HTTPS=true to enable)

Full Changelog: v1.5.2...v1.6.0

v1.5.2

26 Feb 09:10

Choose a tag to compare

What's Changed

  • Fixed an issue where container reach error wouldn't show when BOOT_OFFLINE_CONTAINERS is false

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

v1.5.1

24 Feb 17:29

Choose a tag to compare

What's Changed

  • Added timeout of 5 seconds to both proxies
  • Fixed an issue where container names were case-sensitive
  • Fixed an issue where the ssh proxy would crash if container didn't exist

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

v1.5.0

26 Jan 09:14

Choose a tag to compare

What's Changed

  • Root domain can now proxy a container (e.g. a dashboard)

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

v1.4.1

26 Jan 06:36

Choose a tag to compare

What's Changed

  • Proxy domain is now ignored for ssh

v1.4.0

03 Sep 14:40

Choose a tag to compare

What's Changed

  • Added an option to boot containers on request (BOOT_OFFLINE_CONTAINERS=true)

Full Changelog: v1.3.5...v1.4.0

Note

These features require mounting the docker socket under /var/run/docker.sock and are completely optional, meaning you can continue to use the proxy without mounting the socket, but you'll be missing out on the features

v1.3.5

03 Sep 13:06

Choose a tag to compare

What's Changed

  • Fixed a bug where container's port would be 0 if failed to parse

Full Changelog: v1.3.4...v1.3.5

v1.3.4

22 Aug 14:55

Choose a tag to compare

What's Changed

  • Added container alias support for ssh proxy

Full Changelog: v1.3.3...1.3.4

Note

These features require mounting the docker socket under /var/run/docker.sock and are completely optional, meaning you can continue to use the proxy without mounting the socket, but you'll be missing out on the features

v1.3.3

05 Aug 19:04

Choose a tag to compare

What's Changed

  • Fixed an issue where the http proxy blocked multi-level subdomains (i.e. sub.container.proxyDomain was pointing to a container named sub.container instead of container)

Full Changelog: v1.3.2...v1.3.3

v1.3.2

28 Jul 08:38

Choose a tag to compare

What's Changed

  • Reduced the image size from 16.4 MB to 7.9 MB
  • Fixed log formatting