26 Followers
106 Following
86 Posts

  backend software engineer which looks suspiciously like a coyote, currently working in the games industry. c#/dotnet nerd as a result

"hacker" that likes reverse engineering firmware and iot-slop

currently spending my free time working on my full amateur radio licence

decentralise the web!

pronounsthey/them (it/its maybe?)
speciescoyote
spawned in2003
websitecool new one coming soon
@gwenthefops theystation 
Tailscale Services · Tailscale Docs

Securely connect to and manage access to your internal resources using Tailscale Services.

Tailscale
@silly not seen that before.. try simply renaming the node on https://login.tailscale.com/admin/machines
Tailscale

@silly the latter one only really makes sense if you need any of caddys features - for plain reverse proxy it doesnt really add anything imo
@silly sorry im typing from my phone i hope that makes sense
@silly that should work with this setup!
you can either just swap the "svc:name" part and change the localhost:port for each service,
oor pick one localhost:port where you're running Caddy with TLS/DNS stuff disabled, and configure a different server block for each service subdomain (still need to rerun the tailscale serve command for each to actually create the DNS records and do the SSL magic)

@silly i make tailscale do the ssl because im lazy

tailscale serve --service=svc:whateversubdomainiwant --https=443 http://localhost:4180

@Soblow thank you!!