Bind puma to 0.0.0.0 and allow Tailscale host #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
Standalone — discovered deploying mdview behind Tailscale Funnel tunnel.
Repo
ldraney/mdviewWhat Broke
Two issues prevented tunnel access: (1) Puma bound to
127.0.0.1, unreachable from the cluster nginx proxy over Tailscale. (2) Rails host authorization returned 403 formdview.tail5b443a.ts.netrequests.Repro Steps
mdview README.mdss -tlnp | grep 3137shows127.0.0.1:3137curl https://mdview.tail5b443a.ts.net/returns 403 (Rails host check)Expected Behavior
Puma binds to
0.0.0.0:3137and Rails accepts requests from the Tailscale Funnel domain.Environment
Acceptance Criteria
0.0.0.0:3137*.tail5b443a.ts.nethost headermdview.tail5b443a.ts.netreturns 200 when puma is upRelated
mdview— the markdown viewer project