Tailscale and Caddy Container to Proxy traffic from a Tailscale URL to a locally hosted web app.
3.6K
Tailscale and Caddy Container to Proxy traffic from a Tailscale URL to a locally hosted web app.
Utilizes Caddys built-in functionality to automatically obtain a TLS cert from Tailscale.
docker run -d \
--rm \
-e REMOTE="<remote_url:remote_port>" \
-v </path/to/mountpoint>:/var/lib/tailscale \
-v /dev/net/tun:/dev/net/tun \
--cap-add=NET_ADMIN \
--cap-add=NET_RAW \
--hostname tcc-proxy \
twe/tcc-proxy:latest
Content type
Image
Digest
sha256:baa352db8…
Size
74.7 MB
Last updated
about 18 hours ago
docker pull twesh/tcc-proxy