frenck / action-addon-linter

🚀 Frenck's GitHub Action for linting Home Assistant Add-ons.
MIT License
9 stars 3 forks source link

Remove incorrect ingress port on host network rule #114

Closed frenck closed 2 years ago

frenck commented 2 years ago

This PR removes a linting check/rule that ensured if ingress_port was set to 0 when the addon ran on the host network.

That rule is actually incorrect. In case an application supports ingress directly, no proxy is needed, and thus the application port can be used directly.