Sign inSign up

twesh/tcc-proxy

By twesh

Updated about 18 hours ago

Tailscale and Caddy Container to Proxy traffic from a Tailscale URL to a locally hosted web app.

Image
Networking
Developer tools
Web servers
0

3.6K

twesh/tcc-proxy repository overview

TCC-Proxy

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

Tag summary

Content type

Image

Digest

sha256:baa352db8

Size

74.7 MB

Last updated

about 18 hours ago

docker pull twesh/tcc-proxy