From fe938918d70b2515768634749df500d338077cc9 Mon Sep 17 00:00:00 2001 From: j3lte Date: Fri, 4 Nov 2022 07:10:50 +0100 Subject: [PATCH] More goodies --- .github/workflows/deployment.yml | 8 ++++++++ README.md | 11 ++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 7160656..05cfbd8 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -79,3 +79,11 @@ jobs: # Use tags / labels provided by 'docker/metadata-action' above tags: ${{ steps.meta_build.outputs.tags }} labels: ${{ steps.meta_build.outputs.labels }} + + - name: Docker Hub Description + uses: peter-evans/dockerhub-description@v3 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + short-description: ${{ github.event.repository.description }} + repository: j3lte/debian-torproxy diff --git a/README.md b/README.md index 7e7435e..e19620a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -j3lte/debian-torproxy -================== +[![Docker Pulls](https://img.shields.io/docker/pulls/j3lte/debian-torproxy.svg)](https://hub.docker.com/r/j3lte/debian-torproxy/) [![Twitter Follow](https://img.shields.io/twitter/follow/j3lte.svg?style=social)](https://twitter.com/j3lte) + +# j3lte/debian-torproxy ``` Docker Container @@ -16,9 +17,9 @@ Client <----> Privoxy <-> HAproxy <-> Tor Proxy 2 ## Why? - Tor is a great tool to anonymize your traffic, but it's not a proxy. -- Lots of IP addresses. One single endpoint for your client. -- Load-balancing by HAproxy. -- Optionaly adds support for [Privoxy](https://www.privoxy.org/) using +- Lots of IP addresses. One single endpoint for your client. +- Load-balancing by HAproxy. +- Optionaly adds support for [Privoxy](https://www.privoxy.org/) using `-e privoxy=1`, useful for http (default `8118`, changable via `-e privoxy_port=`) proxy forward and ad removal.