Feature request, and willing to help if there’s value, but it would be helpful to me if alongside the DNS settings (which are awesome) there were a UI & ability to use the box as an Nginx reverse proxy into other boxes.
Because Nginx is under MIAB’s control, and because I’d like to respect that control, it’d be awesome to let it manage the certs and DNS, and use it as a passthrough to other web servers or database servers or GitLab servers or whatever else.
There’s a hidden feature to do this already — it just needs a UI. You can search the source code for how the nginx config is generated. There’s a part that reads a configuration YAML file that can define redirects and reverse proxies.