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