From 369cbc1c6b4a05d0bca6e3d6ae996925c06f4d74 Mon Sep 17 00:00:00 2001 From: almeidapaulopt Date: Thu, 7 May 2026 16:48:08 +0100 Subject: [PATCH] Add TSDProxy --- software/tsdproxy.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/tsdproxy.yml diff --git a/software/tsdproxy.yml b/software/tsdproxy.yml new file mode 100644 index 00000000000..053785ce658 --- /dev/null +++ b/software/tsdproxy.yml @@ -0,0 +1,12 @@ +name: "TSDProxy" +website_url: "https://almeidapaulopt.github.io/tsdproxy/" +source_code_url: "https://github.com/almeidapaulopt/tsdproxy" +description: "Automatic reverse proxy that exposes Docker containers via Tailscale, configured with Docker labels or YAML lists (alternative to Nginx Proxy Manager, Traefik)." +licenses: + - MIT +platforms: + - Go + - Docker +tags: + - Web Servers +depends_3rdparty: true