HA v 0.83 running on unRAID as a docker
unable to disable port specification for sensor.tautulli
tautulli is running behind a reverse proxy
locally: IP:8181/tautulli
remote: https://HOSTNAME/tautulli/
Issue: the setup on sensor.tautulli page requires a port to be specified, if none specified then it defaults to 8181. The port, even if PORT:443 is specified for a HOSTNAME and SSL: True, then it inserts the port wrong, i.e. https://HOSTNAME/tautulli/:443/. With local sub-folder required, it inputs the port in the wrong position, i.e. http://IP/tautulli/:8181, should be http://IP:8181/tautulli/
Resolution:
- For reverse proxy with hostname and SSL: True, then it should remove the PORT specification in the YAML settings.
- For local sub-folder required, there needs to be a setting to allow and specify a sub-folder, i.e. IP:8181/tautulli/