From f5dd0d94ea464678672b3f8d876973332bc7a17d Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Sun, 2 Feb 2025 15:53:15 +0400 Subject: [PATCH] =?UTF-8?q?wip:=20=F0=9F=94=95=20temporary=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- deployments/helm/Chart.yaml | 2 ++ deployments/helm/README.md | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1e28b95..364b3b0 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Example usage: docker run --rm -d \ -p "3128:3128/tcp" \ -p "1080:1080/tcp" \ - ghcr.io/tarampampam/3proxy:latest + ghcr.io/tarampampam/3proxy:1 ``` With authentication and custom resolver settings: @@ -96,7 +96,7 @@ docker run --rm -d \ -e "PROXY_LOGIN=evil" \ -e "PROXY_PASSWORD=live" \ -e "PRIMARY_RESOLVER=2001:4860:4860::8888" \ - ghcr.io/tarampampam/3proxy:latest + ghcr.io/tarampampam/3proxy:1 ``` Docker compose example: @@ -104,7 +104,7 @@ Docker compose example: ```yaml services: 3proxy: - image: ghcr.io/tarampampam/3proxy:latest + image: ghcr.io/tarampampam/3proxy:1 environment: PROXY_LOGIN: evil PROXY_PASSWORD: live @@ -148,4 +148,4 @@ This project is licensed under the WTFPL. Use it freely and enjoy! [link_docker_tags]:https://hub.docker.com/r/tarampampam/3proxy/tags [link_docker_hub]:https://hub.docker.com/r/tarampampam/3proxy/ [link_ghcr]:https://github.com/tarampampam/3proxy-docker/pkgs/container/3proxy -[link_3proxy]:https://github.com/z3APA3A/3proxy +[link_3proxy]:https://github.com/3proxy/3proxy diff --git a/deployments/helm/Chart.yaml b/deployments/helm/Chart.yaml index e99d7b3..3648005 100644 --- a/deployments/helm/Chart.yaml +++ b/deployments/helm/Chart.yaml @@ -8,4 +8,6 @@ type: application version: 0.0.0 # will be replaced by the release workflow appVersion: 0.0.0 # will be replaced by the release workflow icon: https://github.com/user-attachments/assets/023186cf-b153-459c-8417-038fd87a2065 +home: https://github.com/3proxy/3proxy sources: [https://github.com/tarampampam/3proxy-docker] +keywords: [proxy, 3proxy, http, socks] diff --git a/deployments/helm/README.md b/deployments/helm/README.md index 36ed41c..1e130a6 100644 --- a/deployments/helm/README.md +++ b/deployments/helm/README.md @@ -10,10 +10,10 @@ Also, this chart does not include Ingress configuration. If you need it, please, ## Usage ```shell -helm repo add tarampampam https://tarampampam.github.io/3proxy-docker/helm-charts +helm repo add proxy-3proxy https://tarampampam.github.io/3proxy-docker/helm-charts helm repo update -helm install proxy-3proxy tarampampam/proxy-3proxy +helm install my-3proxy proxy-3proxy/proxy-3proxy --version ``` Alternatively, add the following lines to your `Chart.yaml`: @@ -21,7 +21,7 @@ Alternatively, add the following lines to your `Chart.yaml`: ```yaml dependencies: - name: proxy-3proxy - version: + version: repository: https://tarampampam.github.io/proxy-3proxy/helm-charts ```