From 4366d3a9d5ef1a9b2f5f11625fe292098b5870e0 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:08:35 +0200 Subject: [PATCH] Update README.md --- examples/changedetection/README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/examples/changedetection/README.md b/examples/changedetection/README.md index 5059956..fc2f07c 100644 --- a/examples/changedetection/README.md +++ b/examples/changedetection/README.md @@ -1,11 +1,20 @@ # References - https://github.com/linuxserver/docker-changedetection.io +- https://github.com/dgtlmoon/sockpuppetbrowser +- https://github.com/dockage/tor-privoxy # Notes -You can optionally uncomment the tor socks proxy in the `docker-compose.yml`. If so, you can make use of changedetection to watch and monitor .onion siteds in the darknet. +You can optionally uncomment the tor socks proxy in the `docker-compose.yml`. -For this to work, you have to place the `proxies.json` file at the docker bind mount volume `/mnt/docker-volumes/changedetection/config/proxies.json`. +If so, you can configure changedetection to support watching .onion darknet websites. -Then restart the container. Within changedetection, you can now choose the proxy to use. +>[!CAUTION] +> For this to work, you have to place the `proxies.json` file at the docker bind mount volume `/mnt/docker-volumes/changedetection/config/proxies.json`. +> +> Then restart the container. +> +> Within changedetection, you can now choose the proxy to use. + +image