add note about cloudflare tunnel config (#612)

e else can be spared by the added documentation =)
This commit is contained in:
Michael Pilosov 2023-07-17 08:41:17 -06:00 committed by GitHub
parent 3b31578714
commit b63ad7aa7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`. 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 Feature Configurations
ClearML Server features can be configured using either configuration files or environment variables. ClearML Server features can be configured using either configuration files or environment variables.