-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All Links Populate as localhost:port #14
Comments
Hiya, Right now the "http://localhost:" portion is static, and for the port number I'm just grabbing the containers first exposed port. How did you want it changed? the code can be found in /components/dashCard.js |
Fantastic project! Server IP instead of localhost please :) |
@JonnySiHI Fixed in dev branch. To be included in v0.08. |
Links now use server IP instead of localhost in v0.08. |
I ended up reverting this back to 'localhost' while working on the newer builds and haven't fixed it yet. |
Default to the server IP with edit as an option. That way FQDN's can be plugged in when behind a reverse proxy. Would be super nice if you put checking labels for other info on the roadmap; i.e. traefik.http.routers.dweebui.rule to get dweebui.domain.tld to use for the link when available. You could check for watchtower labels and a slew of other things too - will keep you busy... ha ha. :-) Project looks BEAUTIFUL. I'll continue to watch and hope to use soon. |
Hi, found your project via Reddit, very neat.
One issue is that on the dashboard, all the container links populate as http://localhost:portNumber, for example portainer is http://localhost:8000, tautulli is http://localhost:8181.
The text was updated successfully, but these errors were encountered: