/anonwebproxy

An anonymous web proxy Docker image that combines Privoxy and Tor.

Primary LanguageDockerfileMIT LicenseMIT

anonwebproxy

An anonymous web proxy Docker image that combines Privoxy and Tor.

https://hub.docker.com/r/dwightgunning/anonwebproxy

The image is Alpine based, includes a health check and remains lightweight at ~10 MB. Tor and Privoxy are launched via runit.

Running the image

docker run --init --rm -p 8118:8118 -p 9050:9050 dwightgunning/anonwebproxy:latest

Development

Linting

Linting with Hadolint from the command line.

hadolint Dockerfile

Continuous Integration

The ci workflow can be run locally with act.

act \
  --env-file .act/.env \
  --secret-file .act/.secrets \
  --workflows .github/workflows/ci.yml

Copyright and license information

Copyright (c) 2023 Dwight Gunning. All rights reserved.

See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.