hassio-addons / addon-unifi

UniFi Network Application - Home Assistant Community Add-ons
https://addons.community
MIT License
279 stars 138 forks source link

Support Ingress #276

Closed Gregable closed 3 years ago

Gregable commented 3 years ago

Problem/Motivation

UniFi Controller runs a web server on port 8443. There is no user/pass/2factor authentication for this server, so it's not secure to expose the port to the internet. It also isn't set up for serving an HTTPS cert as far as I can tell.

Expected behavior

If I understand correctly, the ingress feature would solve this problem.

Proposed changes

Support the ingress feature.

sinclairpaul commented 3 years ago

https://github.com/hassio-addons/addon-unifi/blob/main/unifi/DOCS.md#known-issues-and-limitations

As stated in the documentation, it cannot be supported.

If you really want external based access to your internal network, I would suggest exploring the Unifi offerings.

Gregable commented 3 years ago

Thanks for the follow up. That's unfortunate.