Hey folks,
I changed a few of my services, ok all of them - to allow direct access to their ports from outside localhost (reasons not important)
does anybody know where the file is that allows me to change the target for these links?
I already found /srv/rutorrent/home/custom but that only allows me to add links, not edit the defaults
Thanks as always
EDIT found it
/srv/rutorrent/home/inc/config.php
The lines I needed to change were:
$cpURL = "https://" . $_SERVER['HTTP_HOST'] . ":5050";
$plexpyURL = "https://" . $_SERVER['HTTP_HOST'] . ":8181";
enjoy your day