-
fix(otel): accept full https:// URL in OTEL_EXPORTER_OTLP_ENDPOINT
Some checks failedRelease / Check ui (push) Successful in 39sRelease / Docker / caddy (push) Successful in 1m4sRelease / Test backend (push) Successful in 1m38sRelease / Docker / runner (push) Successful in 39sRelease / Docker / backend (push) Successful in 2m12sRelease / Docker / ui (push) Successful in 1m0sRelease / Upload source maps (push) Failing after 5m19sRelease / Gitea Release (push) Has been skippedreleased this
2026-03-27 19:38:50 +05:00 | -262 commits to main since this releaseWithEndpoint expects host[:port] with no scheme. When Doppler has
https://otel.libnovel.cc the backend was crashing with 'invalid port'.
Now strip the scheme and enable TLS when prefix is https://.Downloads