Trying to use clearml-server on own Ubuntu 18.04.5 with SSH Port Forwarding and not beeing able to see my debug samples.
My setup:
- ClearML server on hostA
- SSH Tunnel connections to access Web App from working machine via localhost:18080
- Web App:
ssh -N -L 18081:127.0.0.1:8081 user@hostA
- Fileserver:
ssh -N -L 18081:127.0.0.1:8081 user@hostA
In Web App under Task->Results->Debug Samples the Images are still refrenced by localhost:8081
Where can I set the fileserver URL to be localhost:18081 in Web App? I tried ~/clearml.conf, but this did not work ( I think it is for my python script ).