feat: add Quick Tunnel support for instant public URLs#1
Open
lbajsarowicz wants to merge 3 commits into
Open
Conversation
docker compose logs without compose file args can't find the service. Delegate to warden env which properly constructs compose args.
2c6e0e8 to
285df45
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will become a PR to warden once wardenenv#923 is merged
Summary
Adds Quick Tunnel support on top of the Cloudflare Tunnel integration. Quick Tunnels provide instant public URLs without requiring a Cloudflare account, custom domain, or any setup.
WARDEN_QUICK_TUNNEL=1project-level toggle adds a cloudflared container to the project composeWARDEN_VARNISH=1, otherwise through nginx directlywarden cf quickcommand extracts and displays the random*.trycloudflare.comURLHow it works
No login, no credentials, no DNS configuration. Just:
Merge path
Test plan
WARDEN_QUICK_TUNNEL=1to a project.env, runwarden env upquick-tunnelcontainer is running:warden env pswarden cf quickshows the*.trycloudflare.comURLWARDEN_VARNISH=1, verify cloudflared routes to varnishWARDEN_QUICK_TUNNEL, verify no extra container is added