Then I accessed it using the ip directly instead of local host.
and then also write down my git username and password.
set the host variable to the ip assigned to my laptop by the network.
Ok so update. It works now. last steps I did I can remember to fix it are.
Or is there any specific link you can recommend to try and create my own server.
If it helps, I can try and record my steps in a video.
I just copied the commands in order from the page and pasted them. All of the linux ones specifically.
Did you change anything in the default docker-compose?
And if you try http://localhost:8080/api/ ?
When you go to http://localhost:8080 , what do you see in the Developer Tools/Network options?
I followed the instructions here at https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_linux_mac.html
{"meta":{"id":"c3edee177ae348e5a92b65604b1c7f58","trx":"c3edee177ae348e5a92b65604b1c7f58","endpoint":{"name":"","requested_version":1.0,"actual_version":null},"result_code":400,"result_subcode":0,"result_msg":"Invalid request path /","error_stack":null,"error_data":{}},"data":{}}
Try http://localhost:8008/ , you should get some meaningful JSON error result
VexedCat68 it looks like the WebApp can't communicate with the server at all, that's why you're seeing an empty screen with no options
For anyone reading this. apparently there aren't any credentials for my own custom server for now. I just ran it without credentials and it seems to work.