docs: document warden share and the Cloudflare Tunnel provider - #53
Open
lbajsarowicz wants to merge 1 commit into
Open
docs: document warden share and the Cloudflare Tunnel provider#53lbajsarowicz wants to merge 1 commit into
warden share and the Cloudflare Tunnel provider#53lbajsarowicz wants to merge 1 commit into
Conversation
This was referenced Mar 22, 2026
|
great idea. For even more simplicity quick tunnels can be supported too https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/do-more-with-tunnels/trycloudflare/ They don't require account or domain name, yet they generate random domain, and have other limits but they quick. |
Contributor
Author
|
Great idea! I wasn't aware of it. Added in the 2nd phase: wardenenv/warden#924 |
6 tasks
lbajsarowicz
force-pushed
the
feature/cloudflare-tunnel-docs
branch
from
September 7, 2026 21:26
74180b5 to
59a66ca
Compare
warden share and the Cloudflare Tunnel provider
Add configuration/share.md covering the share command, the traffic path through Traefik, per-developer and per-project configuration, Cloudflare Tunnel setup including the DNS record, configuration regeneration and troubleshooting. List the share agent under global services, add a feature bullet, and document .env.local overrides in customizing.md.
lbajsarowicz
force-pushed
the
feature/cloudflare-tunnel-docs
branch
from
September 7, 2026 21:26
59a66ca to
1c7e280
Compare
This was referenced Sep 8, 2026
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.
Documents the
warden sharecommand introduced in wardenenv/warden#923, which exposes a local Warden project to the public internet through a share provider, with Cloudflare Tunnel as the first provider.New page
configuration/share.md: what the command is for, how traffic flows (provider edge, share agent on thewardennetwork, Traefik, the project's Nginx or Varnish), the two configuration scopes (per-developerWARDEN_SHARE_PROVIDERin~/.warden/.env, per-projectTRAEFIK_PUBLIC_DOMAINin.envor.env.local), the Cloudflare Tunnel setup including the DNS record the user has to create, how the ingress configuration is regenerated, troubleshooting, and a short note for contributors on adding another provider.Also:
services.mdlists the share agent as an optional global service,index.mdgains one feature bullet, andenvironments/customizing.mdgets a section on.env.localoverrides, which the CLI supports since wardenenv/warden#942 but the docs did not mention.Replaces the earlier revision of this branch that documented
warden cf. Should be merged together with wardenenv/warden#923.