From 72f266b5a4773fac4d027d12ed3adbcee8d4b848 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 21 Nov 2025 15:35:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Update=20codebase=20?= =?UTF-8?q?=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/tmp/etc/privoxy/config rootfs/usr/local/etc/docker/init.d/98-privoxy.sh --- rootfs/tmp/etc/privoxy/config | 8 ++++---- rootfs/usr/local/etc/docker/init.d/98-privoxy.sh | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rootfs/tmp/etc/privoxy/config b/rootfs/tmp/etc/privoxy/config index 0c4c369..b6e58a2 100644 --- a/rootfs/tmp/etc/privoxy/config +++ b/rootfs/tmp/etc/privoxy/config @@ -10,10 +10,10 @@ enable-edit-actions 0 accept-intercepted-requests 0 trust-x-forwarded-for 1 # Directories -confdir /config/privoxy -templdir /config/privoxy/templates -filterfile /config/privoxy/default.filter -actionfile /config/privoxy/default.action +confdir /etc/privoxy +templdir /etc/privoxy/templates +filterfile /etc/privoxy/default.filter +actionfile /etc/privoxy/default.action # Log settings logdir /data/logs/privoxy debug 1 diff --git a/rootfs/usr/local/etc/docker/init.d/98-privoxy.sh b/rootfs/usr/local/etc/docker/init.d/98-privoxy.sh index 87749c3..2901413 100755 --- a/rootfs/usr/local/etc/docker/init.d/98-privoxy.sh +++ b/rootfs/usr/local/etc/docker/init.d/98-privoxy.sh @@ -124,9 +124,9 @@ SERVICE_UID="0" # set the user id SERVICE_GID="0" # set the group id # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # execute command variables - keep single quotes variables will be expanded later -EXEC_CMD_BIN='privoxy' # command to execute -EXEC_CMD_ARGS='--no-daemon $CONF_DIR/config' # command arguments -EXEC_PRE_SCRIPT='' # execute script before +EXEC_CMD_BIN='privoxy' # command to execute +EXEC_CMD_ARGS='--no-daemon $ETC_DIR/config' # command arguments +EXEC_PRE_SCRIPT='' # execute script before # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Is this service a web server IS_WEB_SERVER="no"