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
Hey All, I Have Setup A Clearml Server (Self-Hosted, Ubuntu 24.04), And It Is Working Now, But I Am A Bit Unsure About Some Areas.

Hey all, I have setup a CLearmL server (self-hosted, Ubuntu 24.04), and it is working now, but I am a bit unsure about some areas.

  • What do I need to put for CLEARML_{API,FILES,WEB}_HOST env variables for the docker compose step? would that be the docker network internal addresses ( None , ...) or my external url e.g. None ?
  • Is it possible to just completely remove the fileserver docker container and fully rely on Azure for artifacts?
  • I have the issue that preview links for datasets direct me to my file server's host name with the azure blob storage path, however the dataset download correctly works (pulls from azure blob)
  • Do you need to put an SAS or a real account key into AZURE_STORAGE_KEY?
  • In the web app portal I get an error message when trying to set the azure storage credentials in the corresponding settings page ("Update storage credentials failed") - is it correct to set the credentials there or should you rather set them as env variables for docker compose, or in the services.conf?
  • Should you replace the keys in the default secure.conf?
  • can you configure GIT to use a ssh key instead of username/password?
    It's a bit much but I hope someone knows, I couldn't really find anything on these specific config issues...

Apart from these questions (what to configure where), I have to say it's really a great experience installing, and running very fast and smooth

  
  
Posted 4 months ago
Votes Newest

Answers 2


Hi @<1523701070390366208:profile|CostlyOstrich36> , thank you so much. I was able to resolve the preview and url issues, this was a configuration issue with CORS and my reverse proxy, also I had an SSL issue.
What I am currently wondering is, if there is a way to put tags programmatically on the items directly visible on the datasets pages? I know how to put tags on the dataset versions, but I could only find that I am able to manually tag datasets themselves at top-level... Can I have the tags of the first dataset version be automatically taken for the top-level item too? (I don't mean the project, but the "folder" that holds the dataset versions)?

  
  
Posted 3 months ago

Hi @<1830053010663804928:profile|SwankyMosquito41> , sure, please see answers below 🙂

  • What do I need to put for CLEARML_{API,FILES,WEB}_HOST env variables for the docker compose step? would that be the docker network internal addresses ( None , ...) or my external url e.g. None ?I think the external. Are you getting errors when you run docker compose?
  • Is it possible to just completely remove the fileserver docker container and fully rely on Azure for artifacts?Yes, you also don't have to use it in general. Just point any files server configuration to your Azure blob
  • I have the issue that preview links for datasets direct me to my file server's host name with the azure blob storage path, however the dataset download correctly works (pulls from azure blob)Can you elaborate on this? What have you configured/ran?
  • Do you need to put an SAS or a real account key into AZURE_STORAGE_KEY?account name & key, as stated in the docs - None
  • In the web app portal I get an error message when trying to set the azure storage credentials in the corresponding settings page ("Update storage credentials failed") - is it correct to set the credentials there or should you rather set them as env variables for docker compose, or in the services.conf?The web app is totally unrelated as it saves locally on the user's browser. For this you need the SAS
  • Should you replace the keys in the default secure.conf?No
  • can you configure GIT to use a ssh key instead of username/password?Yes you can - None

I usually use the search function in the docs whenever I need something 😄

  
  
Posted 4 months ago
492 Views
2 Answers
4 months ago
3 months ago
Tags