You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Added
--header CLI flag for custom HTTP headers (#167, thanks @imantsk) — Inject extra headers (e.g. --header "CF-Access-Client-Id: ..." --header "CF-Access-Client-Secret: ...") on every outbound request. Useful for Cloudflare Zero Trust, custom auth proxies, and other middleware sitting in front of Coolify. Multiple --header flags can be combined. Reserved headers (Authorization, Content-Type) are filtered with a warning to prevent silently overriding the Coolify bearer token.