Andrwe Lord Weber

Results 9 issues of Andrwe Lord Weber

Hi, it should be possible to specify the path of the PIDFile while running in daemon-mode. If you run the daemon as non-root-user the path of the daemon-binary has to...

Hi, in jobs/export_stats_job.rb you define initialize() with two parameters "redis_address" and "mongo_address" which can be given via command line. But you don't use redis_address to start the redis-connection. Instead you...

Would prefer to be told where to put the files and not run it as root. _Originally posted by @o-jasper in https://github.com/Andrwe/privoxy-blocklist/issues/5#issuecomment-71556747_

enhancement

Currently the test suite only checks if privoxy can be started with the filter rules generated. This should be improved by running tests that check if some required filters really...

enhancement

In [this commit](https://github.com/mikemucc/privoxy-blocklist/commit/c15c7d86d04e75e00471ddf67756020031781ce5) @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...

enhancement

https://github.com/Andrwe/privoxy-blocklist/actions/runs/7367794392/job/20051410065?pr=34#step:4:52 shows that the exclude of domains via `~domain` option is not working.

bug

To simplify oneshot runs of privoxy-blocklist, it should support setting all config options via cli-arguments. That way the first run does not need to create a configuration file, when all...

enhancement

Hi, it would be nice if you would implement following features: - option to disable user-configured addressbooks - option to define addressbooks in config which will be set for each...

Feature request

**Description:** I want to use this project as GH action to generate a statically linked python binary using [staticx](https://github.com/JonathonReinhart/staticx). While implementing the [workflow](https://github.com/Andrwe/accointing-convert/runs/5003448032) I ran into https://github.com/JonathonReinhart/staticx/issues/188 due to the...

feature request