Kevin Gyorick

Results 7 comments of Kevin Gyorick

As a temporary solution, I went into the twitter.js file and added this line "url.href = url.href.replaceAll("+", "%20");" after applyParameters in the get function.

I got past this error by rebuilding the docker image. The python requirements in the current image are out of date. There is an update to the speedtest-ci that has...

I am using unraid as well. Make sure the built image is in the same context as your unraid docker. Make sure you switch the image in the template to...

The repo maintainer needs to rebuild the docker image to resolve this issue. If you want to resolve it on your end then you can follow the steps I provided...

Here is a better guide Click the terminal button in your unraid gui and run the follow commands git clone https://github.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana.git cd Speedtest-for-InfluxDB-and-Grafana docker build -t speedtest-for-influxdb . (DO NOT...

This proxy provides simplicity, with three keywords in a yaml file you can proxy a website for a quick test. While other solutions require a whole configuration file for a...

Example Config ```yaml proxyListeningPort: 80 proxyHosts: - domain: test.com/myapp containerName: hello-world proxyHost: localhost proxyPort: 3000 timeoutSeconds: 120 ```