-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add to Sidebar option #8
Comments
Last time I tried it didn't load properly from the sidebar due to some CORS issue, but that might be fixable. Does it work for you if you add it in the config? |
I just put this in my config, but I'm sure there's a better way to do it so I can access that panel remotely:
|
I was going to ask about this, so I'm glad to see that I'm not the only person that would like to see it. |
It’s great to have this homebridge addon. I hope this project will not be abandoned. |
It's not abandoned, but it's not something I actively work on unless it needs updating. For this specific issue, the right answer is likely to use the new Ingress stuff in Home Assistant. If someone wants to test that and send a PR, that'd be appreciated. Otherwise I'll probably get around it the next time I catch it up to the latest Homebridge release. |
Perhaps now it would be good time to fix this one: #10 ? |
I gave this another shot today while working on #10. Rigging ingress up is easy: -ports:
- 8581/tcp: 8581
-ports_description:
- 8581/tcp: Homebridge UI
-webui: http://[HOST]:[PORT:8581]
+ingress: true
+ingress_port: 8581 in |
I hate to ask a stupid question, but did you try clearing your browser cache, or using an incognito window to test this? |
Would love to see this also 👍 Did this work? #8 (comment) |
This is the right way, I tried it as well with the same results and after some googling found that it is a known problem with Homebridge loading resources from the root which does not work with a location based reverse proxy which is basically what Ingress is... This is the original issue (long closed stale): link And this one was re-opened but its been pen for a long time: link, maybe if a lot of us state our interest it will gain some visibility.. |
Would you be able to add the "add to sidebar" toggle that many addons have so that it doesn't have to be done manually in the config file?
The text was updated successfully, but these errors were encountered: