Status of nginx proxy manager HA addon?
Dear all,
in the previous days I migrated my HA from the DuckDNS addon to nginx proxy manager addon for two reasons:
- I’ve added a separate Pi running OMV and Nextcloud, thus I needed a reverse proxy
- I am not very happy with the reliability of DuckDNS (propagation issues when my IP address changes).
I am still running on DuckDNS, the reverse proxy functionality is working fine, let’s encrypt certificates are generated in nginx proxy manager and dynamic IP address updates are still handled by the DuckDNS addon (with the certification part disabled by setting accept_terms: false
When I tried to switch to deSEC for the dyn DNS functionality, I run into issues - requesting let’s encrypt certificates fails. After some digging, I came to the impression, that the nginx proxy manager is not in a well maintained state and the experienced issues are well known:
- missing dependencies in the upstream docker image and stalled maintenance for the v2 branch https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2997#issuecomment-1663130773
- HA addon release is 0.12.3 from 2022, there are current commits including the current nginx proxy manager branch 2.10.4 https://github.com/hassio-addons/addon-nginx-proxy-manager/commits/main/
Is there a current best practice for a reverse proxy setup?