From 1d854dd018bfd0dfdef52afca84a417903710ab3 Mon Sep 17 00:00:00 2001 From: Peng Ding Date: Wed, 12 Feb 2025 22:38:12 -0600 Subject: [PATCH 1/2] add info about autossh-tunnel-dockerized --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3eb6157..1169f38 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ the domain registration and DNS management in a simple way. * [ephemeral-hidden-service](https://github.com/aurelg/ephemeral-hidden-service) [![ephemeral-hidden-service github stars badge](https://img.shields.io/github/stars/aurelg/ephemeral-hidden-service?style=flat)](https://github.com/aurelg/ephemeral-hidden-service/stargazers) - Create ephemeral Tor hidden services from the command line. Written in Python. * [netmask](https://github.com/josephdove/netmask) [![lostproxy github stars badge](https://img.shields.io/github/stars/josephdove/netmask?style=flat)](https://github.com/josephdove/netmask/stargazers) - A TCP/UDP self-hostable network tunneling solution that supports IPv4 and IPv6. Client has a GUI. MIT License. Written in Python. * [tunnelite](https://github.com/cristipufu/tunnelite) [![tunnelite github stars badge](https://img.shields.io/github/stars/cristipufu/tunnelite?style=flat)](https://github.com/cristipufu/tunnelite/stargazers) - A self-hostable tunneling solution for TCP, HTTP and WS connections over websockets. CLI client. MIT License. Written in .NET. +- [Oaklight/autossh-tunnel-dockerized](https://github.com/Oaklight/autossh-tunnel-dockerized) [![autossh-tunnel-dockerized github stars badge](https://img.shields.io/github/stars/Oaklight/autossh-tunnel-dockerized?style=flat)](https://github.com/Oaklight/autossh-tunnel-dockerized/stargazers) - A lightweight, Dockerized solution for managing SSH tunnels using `autossh` and YAML configuration. Features a minimal Golang-based Web Panel for dynamic configuration and automatic reload of tunnels without restarting the container. The entire Docker image, including both the tunneling and web panel, is under 40MB, making it one of the most compact solutions in its class. Supports dynamic UID/GID, multi-architecture builds, and flexible tunnel direction (local-to-remote or remote-to-local). MIT License. Written in Bash/Shell with Go for the web panel. # Commercial/Closed source From 0049baac99608a82b2c5a83cbe7ae28955ca0d7e Mon Sep 17 00:00:00 2001 From: Peng Ding Date: Thu, 13 Feb 2025 02:42:39 -0600 Subject: [PATCH 2/2] fix list syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1169f38..005b2bd 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ the domain registration and DNS management in a simple way. * [ephemeral-hidden-service](https://github.com/aurelg/ephemeral-hidden-service) [![ephemeral-hidden-service github stars badge](https://img.shields.io/github/stars/aurelg/ephemeral-hidden-service?style=flat)](https://github.com/aurelg/ephemeral-hidden-service/stargazers) - Create ephemeral Tor hidden services from the command line. Written in Python. * [netmask](https://github.com/josephdove/netmask) [![lostproxy github stars badge](https://img.shields.io/github/stars/josephdove/netmask?style=flat)](https://github.com/josephdove/netmask/stargazers) - A TCP/UDP self-hostable network tunneling solution that supports IPv4 and IPv6. Client has a GUI. MIT License. Written in Python. * [tunnelite](https://github.com/cristipufu/tunnelite) [![tunnelite github stars badge](https://img.shields.io/github/stars/cristipufu/tunnelite?style=flat)](https://github.com/cristipufu/tunnelite/stargazers) - A self-hostable tunneling solution for TCP, HTTP and WS connections over websockets. CLI client. MIT License. Written in .NET. -- [Oaklight/autossh-tunnel-dockerized](https://github.com/Oaklight/autossh-tunnel-dockerized) [![autossh-tunnel-dockerized github stars badge](https://img.shields.io/github/stars/Oaklight/autossh-tunnel-dockerized?style=flat)](https://github.com/Oaklight/autossh-tunnel-dockerized/stargazers) - A lightweight, Dockerized solution for managing SSH tunnels using `autossh` and YAML configuration. Features a minimal Golang-based Web Panel for dynamic configuration and automatic reload of tunnels without restarting the container. The entire Docker image, including both the tunneling and web panel, is under 40MB, making it one of the most compact solutions in its class. Supports dynamic UID/GID, multi-architecture builds, and flexible tunnel direction (local-to-remote or remote-to-local). MIT License. Written in Bash/Shell with Go for the web panel. +* [Oaklight/autossh-tunnel-dockerized](https://github.com/Oaklight/autossh-tunnel-dockerized) [![autossh-tunnel-dockerized github stars badge](https://img.shields.io/github/stars/Oaklight/autossh-tunnel-dockerized?style=flat)](https://github.com/Oaklight/autossh-tunnel-dockerized/stargazers) - A lightweight, Dockerized solution for managing SSH tunnels using `autossh` and YAML configuration. Features a minimal Golang-based Web Panel for dynamic configuration and automatic reload of tunnels without restarting the container. The entire Docker image, including both the tunneling and web panel, is under 40MB, making it one of the most compact solutions in its class. Supports dynamic UID/GID, multi-architecture builds, and flexible tunnel direction (local-to-remote or remote-to-local). MIT License. Written in Bash/Shell with Go for the web panel. # Commercial/Closed source