From 9ea68087d8763fbdd4fef8f0e899071615474fb6 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 27 Sep 2024 19:44:28 +0200 Subject: [PATCH] finally --- changedetectionio/run_socks_proxy_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changedetectionio/run_socks_proxy_tests.sh b/changedetectionio/run_socks_proxy_tests.sh index f0821fbf..6db4bb41 100755 --- a/changedetectionio/run_socks_proxy_tests.sh +++ b/changedetectionio/run_socks_proxy_tests.sh @@ -16,6 +16,7 @@ echo "---------------------------------- SOCKS5 -------------------" docker run --network changedet-network \ -v `pwd`/tests/proxy_socks5/proxies.json-example:/app/changedetectionio/test-datastore/proxies.json \ --rm \ + -e "FLASK_SERVER_NAME=cdio" \ --hostname cdio \ -e "SOCKSTEST=proxiesjson" \ test-changedetectionio \ @@ -24,6 +25,7 @@ docker run --network changedet-network \ # SOCKS5 related - by manually entering in UI docker run --network changedet-network \ --rm \ + -e "FLASK_SERVER_NAME=cdio" \ --hostname cdio \ -e "SOCKSTEST=manual" \ test-changedetectionio \ @@ -33,6 +35,7 @@ docker run --network changedet-network \ docker run --network changedet-network \ -e "SOCKSTEST=manual-playwright" \ --hostname cdio \ + -e "FLASK_SERVER_NAME=cdio" \ -v `pwd`/tests/proxy_socks5/proxies.json-example-noauth:/app/changedetectionio/test-datastore/proxies.json \ -e "PLAYWRIGHT_DRIVER_URL=ws://sockpuppetbrowser:3000" \ --rm \