Andrwe / privoxy-blocklist

Script converting AdBlock Plus rules into privoxy format.
The Unlicense
153 stars 39 forks source link

Docker setup for privoxy-blocklist & Privoxy #45

Open Andrwe opened 5 months ago

Andrwe commented 5 months ago

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:

Tardo commented 2 months ago

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.

Andrwe commented 2 months ago

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

mikemucc commented 2 months ago

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