Add Privoxy configuration file and update Dockerfile to copy it
Some checks failed
Weekly Docker Build / build (arm64) (push) Successful in 1m2s
Weekly Docker Build / build (amd64) (push) Successful in 2m28s
Weekly Docker Build / amend-manifest (push) Has been cancelled

This commit is contained in:
thuanle
2025-07-11 12:57:03 +07:00
parent 1cdb1ad4bc
commit 0cdbb2fe7b
2 changed files with 13 additions and 0 deletions

View File

@@ -2,6 +2,10 @@ FROM alpine:latest
RUN apk add --no-cache privoxy RUN apk add --no-cache privoxy
COPY config /etc/privoxy/
RUN chown -R 1000:1000 /etc/privoxy /var/log/privoxy
USER 1000:1000 USER 1000:1000
CMD ["privoxy", "--no-daemon", "/etc/privoxy/config"] CMD ["privoxy", "--no-daemon", "/etc/privoxy/config"]

9
config Normal file
View File

@@ -0,0 +1,9 @@
listen-address 0.0.0.0:8118
toggle 1
enable-remote-toggle 0
enable-edit-actions 0
enforce-blocks 1
buffer-limit 4096
logfile /dev/stdout