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
Profile picture
GrievingFish90
Moderator
4 Questions, 8 Answers
  Active since 13 December 2023
  Last activity 2 months ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
9 Answers
238 Views
0 Votes 9 Answers 238 Views
Hello there, is there any option to run ClearML behind Nginx reverse proxy?
4 months ago
0 Votes
2 Answers
251 Views
0 Votes 2 Answers 251 Views
4 months ago
0 Votes
5 Answers
125 Views
0 Votes 5 Answers 125 Views
Hi, is there any option to run ClearML Agent in docker?
2 months ago
0 Votes
2 Answers
179 Views
0 Votes 2 Answers 179 Views
Hi, could anybody please help me with spin up agent after reboot on my ubuntu machine? I'm currently trying to do it thru systemd service and script.
2 months ago
0 Hi, Is There Any Option To Run Clearml Agent In Docker?

My problem:
When the server reboots, agent is not connected to server. I tried it with systemd service and script, but it's not working.

2 months ago
0 Hi, Is There Any Option To Run Clearml Agent In Docker?

So I think I should you Docker Compose to run agent in container, which will start after every boot.

2 months ago
0 Hello There, Is There Any Option To Run Clearml Behind Nginx Reverse Proxy?

Fine, but i got certificate only for *.domain.tld, not for *.sub.domain.tld 😕 is there possibility to run it for example on clearml.domain.tld? I know there is multiple containers with ports, so if it is possible, could you add example nginx config to wiki? (I didn't find it.)

4 months ago
0 Hello There, Is There Any Option To Run Clearml Behind Nginx Reverse Proxy?

I mean in general, to use port 80 (for redirect) and 443.

4 months ago
0 Hello There, Is There Any Option To Run Clearml Behind Nginx Reverse Proxy?

Ok, now i'm running hosted ClearML Server on None and I want to run it on HTTP S . How to setup the certificate? Or what's the right way?

I'm really confused from the docs, there isn't described where i should put my domain name to config and path to certificate.
None

4 months ago