Hey @bingles2379
I haven't used nginx proxy manager myself but I know Johnny runs the demo ITFlow instance on Hestia using a reverse proxy without any issues.
It sounds more like a configuration issue in the reverse proxy software itself than anything ITFlow-specific.
Usually, you'd have to configure an A record for an address like itflow.mydomain.loc
to point to 192.168.1.225
in your DNS and then configure the proxy manager to send traffic that has a host header of itflow.mydomain.loc
to /itflow
?
The only thing ITFlow-specific I can think of relates to logging - you might need to edit the config.php
file so that IP Addresses are logged correctly in the app - see here.