thank you very much. SuccessfulKoala55 Can you please tell me what are the things I need to change in that config file. I am referring to this file. https://github.com/allegroai/clearml-server/blob/master/apiserver/config/default/apiserver.conf
it worked thank you for the support. AgitatedDove14 , SuccessfulKoala55
GrittyHawk31 you need to create this file yourself
I wanted to add user/password access, but there was no file named apiserver.conf in the config folder. So is there any mistake when I am following the steps. AgitatedDove14
Oh no need to specify one, this is optional configuration.
Basically follow these steps only:
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac
I tried that way, but the apiserver.conf file has not been created. Can I use the default one and create a file? AgitatedDove14
thank you very much.
Can you please tell me what are the things I need to change in that config file. I am referring to this file.
GrittyHawk31 you just need to create a new empty file and add what is specified in the configuration documentation - you don't need it to contain anything else
Hi GrittyHawk31
this one?
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server
GrittyHawk31 by default any user can login (i.e. no need for password), if you want user/password access:
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config/#web-login-authentication
Notice no need to have anything else in the apiserver.conf
, just the user/pass section, everything else will just be the default values.
I followed those steps and the server is running. but is there any way to add some other users to this by using some login system? AgitatedDove14