privoxy-blocklist icon indicating copy to clipboard operation
privoxy-blocklist copied to clipboard

Docker setup for privoxy-blocklist & Privoxy

Open Andrwe opened this issue 1 year ago • 3 comments

In this commit @mikemucc has implemented a Docker setup that runs Privoxy and privoxy-blocklist.

This is a nice approach for running Privoxy on any system supporting Docker and using Adblock lists.

With this issue the following topics should be investigated:

  • create Dockerfile to generate container running Privoxy and privoxy-blocklist
  • build & provide Docker image via a Docker registry on every new version and snapshot on every pull request
  • create configuration for LXC based containers to support e.g. Turris devices natively running LXC based container implementation
  • check CPU architectures that can be supported (e.g. x86, ARM)

Andrwe avatar Jan 10 '24 12:01 Andrwe

For what it's worth, I've created an image that uses your script: https://github.com/Tardo/docker-privoxy-https

** I have modified your script a bit to make it work without requiring root.

Tardo avatar Apr 04 '24 03:04 Tardo

@Tardo thank you very much for this hint. I'll check your project when I start working on this idea.

Andrwe avatar Apr 07 '24 14:04 Andrwe

Building the container for ARM64 should be as simple as passing --platform linux/arm64 to the docker build command.

mikemucc avatar Apr 07 '24 15:04 mikemucc