Add native support for Pangolin (self-hosted alternative to Cloudflare Tunnel) #2027
andrea-tr2
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Many Dokploy users rely on Cloudflare Tunnel snippets to publish services without opening ports, yet that path still depends on Cloudflare's SaaS.
Pangolin achieves the same outward-facing tunnel while remaining fully self-hosted. It runs its own WireGuard relay, exposes private resources through a single outbound connection, and includes the access controls that ordinarily require Cloudflare Access: per-path, role and IP rules, one-time share links, native OIDC (Logto, ZITADEL, Authentik, Keycloak) and forwarding for any single-port TCP or UDP service in addition to HTTP/HTTPS.
Repo: https://github.com/fosrl/pangolin
Integrating Pangolin mainly involves a lightweight Newt container - https://github.com/fosrl/newt (Pangolin's WireGuard tunnel client, functionally similar to cloudflared.)
Beta Was this translation helpful? Give feedback.
All reactions