allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Apache License 2.0
5.69k stars 655 forks source link

Handle web app on standard HTTP and HTTPS port #1031

Closed pktiuk closed 1 year ago

pktiuk commented 1 year ago

Closes: https://github.com/allegroai/clearml-server/issues/198

It would handle configurations when web app port is changed to a standard port for HTTP or HTTPS.

It allows configurations like:

web_server: http://clearml.xyz.local
api_server: http://clearml.xyz.local:8008
file_server: http://clearml.xyz.local:8081/
pktiuk commented 1 year ago

@jkhenning Could you look?