README: add Caddy proxy example#687
Open
philips wants to merge 1 commit intokieraneglin:masterfrom
Open
Conversation
|
I don't need this in my setup. I just have a plain reverse proxy from my caddy machine -> pinchflat, and it just works. This would only be needed if you don't want to run it on a subdomain, but as a subfolder of an existing domain. |
Owner
|
After thinking on it, I'm probably going to add the reverse proxy stuff to a dedicated page in the docs rather than the README. I'll leave this PR open as a reference/reminder until I do so! |
Contributor
Author
|
@kieraneglin Yeah, a separate doc makes sense. Thanks |
climba03003
reviewed
May 23, 2025
It took me a minute to figure out that Pinchflat needed me to "strip_prefix" so maybe this will help others.
Contributor
Author
|
@climba03003 thank you for the review. merged your suggestion and rebased. |
bwittgen
added a commit
to bwittgen/pinchflat
that referenced
this pull request
Mar 29, 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.
What's new?
README: It took me a minute to figure out that Pinchflat needed me to "strip_prefix" so maybe this will help others.
What's changed?
Add docs on Caddy configuration
Any other comments?
It took me a minute to figure all of this out so I thought it might help others. No worries if you don't want to merge.