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, Can I Somewhere Setup Urls That Are Shown In

Hi, can I somewhere setup URLs that are shown in http://clearml.example.com/settings/workspace-configuration in self-hosted version?

It gives me incorrect ones:
api { web_server: api_server: credentials { "access_key" = "3W6WR54FCA1ZZ62DZYV0" "secret_key" = "WneEvo7Ga7XFscw6yhIxXj1KojkVWmb4TWlBGTKIZf3sKzisdt" } }But I would like to show something like:
api { web_server: api_server: files_server: credentials { "access_key" = "..." "secret_key" = "..." } }Thank you!

  
  
Posted one year ago
Votes Newest

Answers 3


Hi MelancholyChicken65
I'm not sure you an control it, the ui deduces the URL based on the address you are browsing to: so if you go yo http://app.clearml.example.com you will get the correct ones, but you have to put them on the right subdomains:
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config#subdomain-configuration

  
  
Posted one year ago

Thank you again! Works perfectly!:)

  
  
Posted one year ago

Hi MelancholyChicken65 , just for completeness, you can also use the NGINX_APISERVER_ADDR and NGINX_FILESERVER_ADDR environment variables (passed to the webserver service in docker compose) to force the UI to use any custom value you'd like 🙂

  
  
Posted one year ago
564 Views
3 Answers
one year ago
one year ago
Tags