Now that apps are migrating to Docker (a perfectly smooth experience I might add, great job!), there are some cases where enabling host networking may be advisable. Some TrueNAS apps like Jellyfin already support this, however the Nginx Proxy Manager application lacks this option.
The Docker host networking driver can offer better performance for proxies than the bridge networking driver (referenced in the Docker documentation and this Stackoverflow benchmark), and it'd be great to give users of the Nginx Proxy Manager app the ability to enable this.