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, We Could Only Access The Self-Hosted Clearml-Server Via

Hi, we could only access the self-hosted clearml-server via http but not https ?
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_aws_ec2_ami#accessing-clearml-server

  
  
Posted 2 years ago
Votes Newest

Answers 7


CostlyOstrich36 do you remember what should be that change?
Thanks

  
  
Posted 2 years ago

Thanks AgitatedDove14

  
  
Posted 2 years ago

Just one more question AgitatedDove14 , you were talking about Application Load Balancer?

  
  
Posted 2 years ago

Not from the top of my head, let me take a look 🙂

  
  
Posted 2 years ago

PunyBee36 to get https add an aws elb before the server , the elb will add the https to any outside connection

  
  
Posted 2 years ago

Hmmmm I think you would need to change some configurations in the docker-compose to use https

  
  
Posted 2 years ago
541 Views
7 Answers
2 years ago
one year ago
Tags