mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 13:21:46 +00:00
add note about cloudflare tunnel config (#612)
e else can be spared by the added documentation =)
This commit is contained in:
parent
3b31578714
commit
b63ad7aa7e
@ -57,6 +57,10 @@ For example, a domain is called `mydomain.com`, and a subdomain named `clearml.m
|
||||
|
||||
Accessing the [ClearML Web UI](../webapp/webapp_overview.md) with `app.clearml.mydomain.com` will automatically send API requests to `api.clearml.mydomain.com`.
|
||||
|
||||
:::note
|
||||
If using Cloudflare Tunnels as a reverse proxy, create three tunnels, one for each respective service. Importantly, the SSL certs (in the free tier) will only be valid for one level of subdomain, so instead use `app.mydomain.com`, `api.mydomain.com`, and `files.mydomain.com` in order to avoid [version-cipher-mismatch errors](https://developers.cloudflare.com/ssl/troubleshooting/version-cipher-mismatch/#multi-level-subdomains).
|
||||
:::
|
||||
|
||||
## ClearML Server Feature Configurations
|
||||
|
||||
ClearML Server features can be configured using either configuration files or environment variables.
|
||||
|
Loading…
Reference in New Issue
Block a user