docs: document project-scope share providers - #57
Open
lbajsarowicz wants to merge 2 commits into
Open
Conversation
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.
Add the two-scope model and the per-project providers (Cloudflare Quick Tunnel, ngrok, Tailscale) to the share page: how each is selected and configured, which credentials live in ~/.warden/.env, how to read the public URL, provider limits, Funnel prerequisites, and a note on Magento base URLs behind a public hostname. Extend the contributor section with the project-scope hook set.
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.
Builds on #53. Merge order: #53, then this PR.
Extends
configuration/share.mdfor the project-scope share providers added in wardenenv/warden (Cloudflare Quick Tunnel, ngrok, Tailscale): the two-scope model (global agent selected in~/.warden/.envversus a per-projectshareservice selected withWARDEN_SHAREin the project.env), how each provider is configured and which credential lives where, howwarden share urlandwarden share statusbehave, provider limits (Quick Tunnel request cap, ngrok free plan and interstitial, Tailscale Funnel prerequisites and ports), a note on Magento base URLs behind a public hostname, and the contributor section for adding a provider of either scope.Should be merged together with the corresponding wardenenv/warden PRs.