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
If I Want To Setup Ssl, I Need A Proxy Like Nginx/Apache, Right? And Maybe If Someone Of The Community Has Already Setup Ssl, Can You Help Me. I Have No Experience With This, But I Imagine It Should Be Possible To Add Nginx To The Docker-Compose File, Co

If I want to setup SSL, I need a proxy like NGINX/Apache, right?

And maybe if someone of the community has already setup SSL, can you help me. I have no experience with this, but I imagine it should be possible to add Nginx to the docker-compose file, config it and be done.

  
  
Posted one year ago
Votes Newest

Answers 2


Thank you! 🙂

  
  
Posted one year ago

Hi ReassuredTiger98 , I think there was some work done on this before - right now I've managed to find this: https://github.com/allegroai/clearml-server/issues/34

  
  
Posted one year ago