Hej all,
I want to make tvheadend (running on libreelec 9) accessible from the internet.
There's an Apache running on a different box with the reverse Proxy pointing to a location /tvheadend
ProxyPreserveHost On
Proxypass /tvheadend http://192.168.20.40:9981/tvheadend
Proxypassreverse /tvheadnend http://192.168.20.40:9981/tvheadend
Now the final step should be to make TVheadend use a different http_root by adding:
-f --http_root /tvheadend
to the calling command or writing
ARGS="-f --http_root /tvheadend"
to a config file for the daemon, which I do not find in libreelec
.
How can that be done? Or is there a different idea to make tvheadend usable from outside?
Thanks and regards,
Boris