Comment on tailscale friendly app dashboard
themadcodger@kbin.earth 1 week agoYou have a CNAME record that points service.my.domain to machine-that-hosts-caddy.ts-domain.ts.net, and with tailscale enable it hits the caddy server and then reverse proxies it to the machine:port of "service"? Which may or may not be the tailscale IP address and port?
coffeeboba@lemmy.world 1 week ago
Basically yeah.
CNAME points my.domain to *.machine-that-hosts-caddy.my-ts-domain.ts.net caddy running on that machine directs subdomains to machine:port pairs, where “machine” is either the tailscale name or IP for the machine hosting the service
themadcodger@kbin.earth 1 week ago
Thanks!