Skip to content

Commit

Permalink
More goodies
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Nov 4, 2022
1 parent 162eb3b commit fe93891
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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=<port>`) proxy forward and ad removal.

Expand Down

0 comments on commit fe93891

Please sign in to comment.