An open API service indexing awesome lists of open source software.

https://github.com/konstruktoid/container-privoxy-build

Privoxy is a non-caching web proxy with filtering capabilities.
https://github.com/konstruktoid/container-privoxy-build

Last synced: 7 months ago
JSON representation

Privoxy is a non-caching web proxy with filtering capabilities.

Awesome Lists containing this project

README

          

= Privoxy

Please note that because of the changes to Docker Automated Builds many Docker
images are now outdated and a manual build is required and recommended.

[source]
----
"Privoxy is a non-caching web proxy with filtering capabilities for
enhancing privacy, manipulating cookies and modifying web page data
and HTTP headers before the page is rendered by the browser. Privoxy
is a "privacy enhancing proxy", filtering Web pages and removing
advertisements."
----

Website: http://www.privoxy.org/

[source]
----
$ docker build --no-cache -t konstruktoid/privoxy -f Dockerfile .
$ docker run --name privoxy --cap-drop=all --cap-add={setgid,setuid} --read-only --tmpfs /var/log/privoxy:rw,nosuid,noexec,nodev -d -p 8118:8118 konstruktoid/privoxy --no-daemon --user privoxy /etc/privoxy/config
----

`./apparmor/` contains apparmor profile and toml file, `--security-opt="apparmor:docker-privoxy"`