From 4241a2706a8156099173987923c0faba8618de60 Mon Sep 17 00:00:00 2001 From: Milo Schwartz Date: Mon, 10 Feb 2025 22:43:26 -0500 Subject: [PATCH] add more community guides --- packages/docusaurus/docs/01-overview.md | 8 +++++--- .../docs/02-Getting Started/03-quick-install.md | 2 -- .../docusaurus/docs/03-Pangolin/03-without-tunneling.md | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/packages/docusaurus/docs/01-overview.md b/packages/docusaurus/docs/01-overview.md index fa7786b..0ff3f23 100644 --- a/packages/docusaurus/docs/01-overview.md +++ b/packages/docusaurus/docs/01-overview.md @@ -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 diff --git a/packages/docusaurus/docs/02-Getting Started/03-quick-install.md b/packages/docusaurus/docs/02-Getting Started/03-quick-install.md index 10dc6b3..61ecabe 100644 --- a/packages/docusaurus/docs/02-Getting Started/03-quick-install.md +++ b/packages/docusaurus/docs/02-Getting Started/03-quick-install.md @@ -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! diff --git a/packages/docusaurus/docs/03-Pangolin/03-without-tunneling.md b/packages/docusaurus/docs/03-Pangolin/03-without-tunneling.md index 42c1c16..5f9f0bb 100644 --- a/packages/docusaurus/docs/03-Pangolin/03-without-tunneling.md +++ b/packages/docusaurus/docs/03-Pangolin/03-without-tunneling.md @@ -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