add more community guides

This commit is contained in:
Milo Schwartz 2025-02-10 22:43:26 -05:00
parent 50276924c8
commit 4241a2706a
No known key found for this signature in database
3 changed files with 9 additions and 5 deletions

View file

@ -4,10 +4,12 @@ The Fossorial system - with Pangolin at its core - is a self-hosted tunneled rev
Pangolin uses Traefik under the hood to do the actual HTTP proxying. A plugin, Badger, provides a way to authenticate every request with Pangolin. A second service, Gerbil, provides a WireGuard management server that Pangolin can use to create peers for connectivity. And finally, there is Newt, a CLI tool and Docker container that connects back to Newt and Gerbil with WireGuard fully in user space and proxies your local resources. This means that you do not need to run a privileged process or container in order to expose your services!
## Videos
## Videos and Guides
- ["Pangolin: Your Own Self-Hosted Cloudflare Tunnel Alternative" by DB Tech](https://youtu.be/a-a-Xk1hXBQ?si=wbppkYJ3Skt3efXp)
- ["Self-host a public Minecraft server without opening ports using Crafty and Pangolin" by Fossorial](https://youtu.be/acWB5wQQoOE?si=YsrCPYTz6JpLCDjW)
- ["Pangolin: Your Own Self-Hosted Cloudflare Tunnel Alternative" by DB Tech (YouTube)](https://youtu.be/a-a-Xk1hXBQ?si=wbppkYJ3Skt3efXp)
- ["Self-host a public Minecraft server without opening ports using Crafty and Pangolin" by Fossorial (YouTube)](https://youtu.be/acWB5wQQoOE?si=YsrCPYTz6JpLCDjW)
- ["DS-Lite & IPv6 Problem ENDLICH gelöst! So öffnest du Ports mit Pangolin" by Apfelcast (YouTube)](https://youtu.be/z3Ao9CWH0GU?si=HJHyYFaROlijVmzO)
- ["Pangolin: Easy Self-Hosted Tunneled Reverse Proxy with Built-in Auth via Linode" by Noted (Article)](https://noted.lol/pangolin/)
## Components Overview

View file

@ -12,8 +12,6 @@ import WgetQuickInstaller from "@site/src/components/WgetQuickInstaller";
- An email address for Let's Encrypt certificate registration
- (Optionally) a SMTP server
Note: If you have **Cloudflare** as your DNS provider [turn off the proxy service](./02-dns-networking.md).
## Installation Steps
We also have a short and quick [YouTube video](https://youtu.be/W0uVLjTyAn8) showing the install process!

View file

@ -8,6 +8,10 @@ All setup remains the same, except Pangolin and Traefik must now be on the same
When Gerbil starts up, it will register itself with Pangolin. By not doing this you will only have the option to choose the "Local" connection method. This will mean that Traefik will use the local network.
## Community Guides
- ["Install and Run Pangolin Locally on your own Server" by Noted (Article)](https://noted.lol/pangolin-local/)
## How to
### Installer