Giter Site home page Giter Site logo

Comments (4)

jsternberg avatar jsternberg commented on July 18, 2024

That's actually a mistake. It's not supposed to be exposed in either. I must have made that mistake really early when I was first developing the images since I was originally going to expose the port and then didn't because expose wouldn't have worked.

The web administrator interface was also deprecated in 1.1 and there was a mistake in the 1.1.0 image where we didn't disable it as part of the default configuration file.

The reason it wasn't exposed originally was because expose chooses a random port and choosing a random port for the web interface isn't really useful since it still needs to contact the 8086 port to do anything. I also didn't want to expose the web admin interface by default.

I'll remove it from alpine so it's consistent. If you still want to expose it before it's been removed, you can just do -p 8083:8083. Expose only controls what gets forwarded when you do -P.

from influxdata-docker.

zshamrock avatar zshamrock commented on July 18, 2024

Ok, clear. So, it is planned to be removed?

Actually, this took me a while trying to understand why http://localhost:8083 didn't work anymore after upgrade to 1.1 even if I have exposed the port explicilty by -p 8083:8083, until I've checked the config file where it was disabled by default:

[admin]
  enabled = false

So the admin web interface goes out completely and you will keep only HTTP API port? Or there will the replacement for it?

from influxdata-docker.

jsternberg avatar jsternberg commented on July 18, 2024

We are planning to remove it from the project itself, but there's no current plan to replace it. It was too difficult for us to maintain and it was more just a hacky thing that was added at some point in an earlier release. But, it would be really easy to just take the source code and make it into an unofficial separate project.

If you want to run it temporarily in the meantime, you can still enable it by setting INFLUXDB_ADMIN_ENABLED=true as an environment variable.

from influxdata-docker.

jsternberg avatar jsternberg commented on July 18, 2024

Fixed via #49.

from influxdata-docker.

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.