From d600ec8536c5138dca0b4c2cf3026a254d75775d Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sat, 23 Sep 2023 12:10:10 +0200 Subject: [PATCH] Updated platforms for Proxy --- software/imgproxy.yml | 1 + software/sish.yml | 1 + software/socks5-proxy-server.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/software/imgproxy.yml b/software/imgproxy.yml index 958d0c6536..69ded27fac 100644 --- a/software/imgproxy.yml +++ b/software/imgproxy.yml @@ -6,6 +6,7 @@ licenses: platforms: - Go - Docker + - K8S tags: - Proxy source_code_url: https://github.com/imgproxy/imgproxy diff --git a/software/sish.yml b/software/sish.yml index 5e13e00ce8..8e2e386cbc 100644 --- a/software/sish.yml +++ b/software/sish.yml @@ -5,6 +5,7 @@ licenses: - MIT platforms: - Go + - Docker tags: - Proxy source_code_url: https://github.com/antoniomika/sish diff --git a/software/socks5-proxy-server.yml b/software/socks5-proxy-server.yml index c73efcee79..87e0eeebb2 100644 --- a/software/socks5-proxy-server.yml +++ b/software/socks5-proxy-server.yml @@ -4,7 +4,7 @@ description: SOCKS5 proxy server with built-in authentication and Telegram-bot f licenses: - Apache-2.0 platforms: - - Nodejs + - Docker tags: - Proxy source_code_url: https://github.com/nskondratev/socks5-proxy-server