Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a http reverse proxy for tailscale

build

go build -v .

config

{
    "auth_key": "tskey-auth-xxxx",
    "servers": [
        {
            "hostname": "jellyfin",
            "url": "http://127.0.0.1:8096"
        }
    ]
}

then

mkdir -p ~/.config/tailscale-reverse-proxy
cp config.json ~/.config/tailscale-reverse-proxy/config.json

run

./tailscale-reverse-proxy

systemd

cp tailscale-reverse-proxy ~/.local/bin/
systemctl --user link ${PWD}/tailscale-reverse-proxy.service
systemctl --user start tailscale-reverse-proxy.service
systemctl --user enable tailscale-reverse-proxy.service

About

reverse http proxy for tailscale

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages