Giter VIP home page Giter VIP logo

Comments (7)

openspeedtest avatar openspeedtest commented on June 10, 2024 1

@dlhace @RoboMagus
Image Updated with Fix openspeedtest/Docker-Image#2

from speed-test.

openspeedtest avatar openspeedtest commented on June 10, 2024

Added this few days ago. openspeedtest/Nginx-Configuration#2
Some people need IPV6, you can edit the Nginx configuration and disable IPV6.

from speed-test.

dlhace avatar dlhace commented on June 10, 2024

"Is the Docker build file(s) available in version control so I can modify it to just do basic IPv4?" By this I mean can I get a copy of your build stuff to build my own without the IPV6. I don't to modify your stuff. Ie do a git fork over to my own git repository to do some custom modifications for myself.

from speed-test.

RoboMagus avatar RoboMagus commented on June 10, 2024

Running into the same issue as well.

Added this few days ago. openspeedtest/Nginx-Configuration#2 Some people need IPV6, you can edit the Nginx configuration and disable IPV6.

Would be more convenient if there were an ENV variable we could add in compose to indicate if the IPv6 should be enabled / disabled.

from speed-test.

openspeedtest avatar openspeedtest commented on June 10, 2024

@dlhace @RoboMagus Please check this https://github.com/openspeedtest/Docker-Image
Please send a pull request if you can improve this docker image.

from speed-test.

RoboMagus avatar RoboMagus commented on June 10, 2024

Looking at the base image you're using there's already a file that checks at startup for the availability of an IPv6 interface: /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh. However it looks at the default.conf file.
I would propose modifying that script to work on the openspeedtest config file, and the ports it uses.

However I'm currently not able to modify and more importantly, test these proposed changes. Perhaps in a couple of weeks I might be able to open up a PR.

from speed-test.

openspeedtest avatar openspeedtest commented on June 10, 2024

You can modify OpenSpeedTest-Server.conf and mount the file to the container.
to disable ipv6 remove or comment the following lines.
listen [::]:3000;
listen [::]:3001 ssl;

from speed-test.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.