Tailscale, let's encrypt and github webhooks #5090
Replies: 1 comment
|
Hi @visiongeist! I'm Dosu and I'm helping the Dokploy team. Both concerns come from the same root: Dokploy's ACME setup uses an HTTP-01 challenge — Traefik's Similarly, GitHub webhooks hit The practical approach: Keep ports 80 and 443 publicly open at the firewall level, but restrict access to the Dokploy UI specifically via Tailscale or Traefik middleware. The Dokploy UI uses the Traefik router Alternatives for Let's Encrypt if you can't open port 80:
Alternatives for GitHub webhooks if you can't expose the endpoint:
In short, the simplest path is keeping 80/443 open while locking down the UI router specifically, rather than hiding the entire server behind Tailscale. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
when I take down the dokploy UI to be reachable from public and only having access to it through tailscale, how do I make sure that github webhooks and also the ootb let's encrypt cert. assignment is still working?
thank you
All reactions