Skip to content
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

Clarification on dashboard #1030

Closed
bigdvette opened this issue Jan 11, 2025 · 5 comments
Closed

Clarification on dashboard #1030

bigdvette opened this issue Jan 11, 2025 · 5 comments

Comments

@bigdvette
Copy link

The maintained images do not see to expose the dashboard (index.html). I see it is part of Dockerfile.dev and I believe this is the WebUI that Homeassistant exposes on port 5010. Is the dashboard intended to be available using the image files and if not is there a way to enable it when running matter-server as docker container? I use docker swarm for home-assistant and have been running matter-server in the same vlan as my border routers with no problem but even though the matter-server is deployed in a macvlan as external I can't access the dashboard at 8080, 5010, 80 or any other port. Thanks

@karlshea
Copy link

It works for me out of the box with the Docker image on 5580.

VOLUME ["/data"]
EXPOSE 5580

@bigdvette
Copy link
Author

Thanks for your response. That is the port for the websocket api exposed to HA. That is working fine. HA has a webui you can use and see the nodes and their properties. I see in git there is a dashboard directory and some build scrips but I’m not sure how to access that dashboard or if it is the same as the webui available through the matter-server add-on.

@karlshea
Copy link

karlshea commented Jan 12, 2025 via email

@bigdvette
Copy link
Author

LOL - thanks. So I had many times. I just happened to be on the vlan that the matter and thread network runs on and typed in the IP with 5580 and it came up. So seems when I am on different vlan the web interface moves to https by a redirect from nginx and was making it so I would never get to the web page. I am there now and feel a bit stupid, but all good

@karlshea
Copy link

No worries, it also took me a min to figure out it was actually available!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants