Files
homelab-dsa-tutoring/config/tailscale-serve-config.json
Brendan Chen 886c4ba63b
All checks were successful
Deploy to Homelab / deploy (push) Successful in 6s
Change the name of the container and host
2026-02-08 17:08:12 -08:00

21 lines
275 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"dsa-tutoring.tail8f43b.ts.net:443": {
"Handlers": {
"/": {
"Path": "/shared"
}
}
}
},
"AllowFunnel": {
"dsa-tutoring.tail8f43b.ts.net:443": true
}
}