-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Enhancement] Ingress support #36
Comments
I like the idea of ingress, too. BUT... When using ingress, the port cannot be changed. I need to tell ingress which port is used for the web ui. When changing the port in the configuration, ingress will not be able to proxy the addon web ui. I am not really sure, how to solve that. Either:
|
The official Matter add-on uses host networking AND allows the web UI port to be configured. See config here. I'm not a developer but to me it looks like if you add the following to the config.yaml of the addon it might work;
and then to allow the port to be configured;
and remove the port config (which is now handled by the docker expose feature);
|
Not quite that simple it seems as web_port is required but perhaps that's because it's designed such it doesn't currently work with ingress - the point is other addons do work with host network and port configs so hopefully something that can be implemented. |
closed by accident. i still need to test and configure the addon. |
ingress is up and running. see #230 for some expected error. |
Great work. Many thanks @t0bst4r. |
Just throwing a suggestion out there that it would be good if the web portal was accessble using HA ingress.
The text was updated successfully, but these errors were encountered: