diff --git a/README.md b/README.md new file mode 100644 index 0000000..868b154 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# dockerized interdiscount test + +```bash +$ git clone $repo +$ docker build $repo -t lasttest + +for i in 1..1000: + docker run -d -p 5800 lasttest +``` diff --git a/browser-cfg/autoconfig.js b/browser-cfg/autoconfig.js index 671e59e..b7048d0 100644 --- a/browser-cfg/autoconfig.js +++ b/browser-cfg/autoconfig.js @@ -1,3 +1,4 @@ // Any comment. You must start the file with a single-line comment! pref("general.config.filename", "mozilla.cfg"); pref("general.config.obscure_value", 0); +user_pref("torbrowser.settings.quickstart.enabled", true); diff --git a/startapp.sh b/startapp.sh index 54d68db..5e4de70 100644 --- a/startapp.sh +++ b/startapp.sh @@ -13,6 +13,6 @@ fi echo "Starting Tor browser" cd /app -./Browser/start-tor-browser --detach https://waitingroom.interdiscount.ch/de/sbb-halbtax +./Browser/start-tor-browser https://waitingroom.interdiscount.ch/de/sbb-halbtax echo "Tor browser exited"