Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, I Am Trying To Run Cleaml Server Locally And When Finding About Web Login Authentication I Was Not Able To Set It Up Correctly. Can You Please Tell Me The Steps To Do It And What Are The Changes Required?

Hi, I am trying to run cleaml server locally and when finding about web login authentication I was not able to set it up correctly. can you please tell me the steps to do it and what are the changes required?

  
  
Posted one year ago
Votes Newest

Answers 10


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

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

GrittyHawk31 you need to create this file yourself

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

I tried that way, but the apiserver.conf file has not been created. Can I use the default one and create a file? AgitatedDove14

  
  
Posted one year ago

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.

  
  
Posted one year ago

it worked thank you for the support. AgitatedDove14 , SuccessfulKoala55

  
  
Posted one year ago
512 Views
10 Answers
one year ago
one year ago
Tags