Self-hosting Pangolin as a tunneled reverse proxy on Ubuntu - #1480
Closed
KEYDALTR wants to merge 2 commits into
Closed
Self-hosting Pangolin as a tunneled reverse proxy on Ubuntu#1480KEYDALTR wants to merge 2 commits into
KEYDALTR wants to merge 2 commits into
Conversation
…untu Signed-off-by: Egemen KEYDAL <egemenkeydaltr@gmail.com>
maximilianfeix
self-requested a review
June 24, 2026 07:58
Collaborator
|
LGTM - Ready for merge; Tutorial is working |
maximilianfeix
approved these changes
Jun 24, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new English tutorial that walks readers through deploying Pangolin (with Gerbil and Traefik) via Docker Compose on Ubuntu to expose private HTTP services over an outbound WireGuard tunnel.
Changes:
- Introduces a complete step-by-step guide covering Docker install, firewall/DNS setup, Pangolin configuration, and container deployment.
- Provides example
config.yml, Traefik static/dynamic configuration, and adocker-compose.ymlstack for Pangolin/Gerbil/Traefik. - Documents connecting a private site using the Newt client and publishing an internal web resource via subdomains.
| | A | `pangolin` | `<server-ip>` | | ||
| | A | `*` | `<server-ip>` | | ||
|
|
||
| Add the certificate first, then start the stack — if the records don't resolve yet, Let's Encrypt will fail and Traefik will keep retrying. You can confirm a record has propagated with: |
Comment on lines
+268
to
+270
| pangolin: | ||
| image: docker.io/fosrl/pangolin:latest | ||
| container_name: pangolin |
Comment on lines
+148
to
+150
| api: | ||
| insecure: true | ||
| dashboard: true |
Comment on lines
+193
to
+194
| serversTransport: | ||
| insecureSkipVerify: true |
Comment on lines
+280
to
+282
| gerbil: | ||
| image: docker.io/fosrl/gerbil:latest | ||
| container_name: gerbil |
Collaborator
|
Thank you for your contribution @KEYDALTR I just checked your Pangolin tutorial and it is very close to the official Pangolin documentation: Please note the following contribution guideline:
For this reason, your tutorial does unfortunately not qualify to be published at community.hetzner.com. |
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.
I have read and understood the Contributor's Certificate of Origin available at the end of https://raw.githubusercontent.com/hetzneronline/community-content/master/tutorial-template.md and I hereby certify that I meet the contribution criteria described in it.
Signed-off-by: Egemen KEYDAL egemenkeydaltr@gmail.com