Files
homelab-dsa-tutoring/config/tailscale-serve-config.json
Brendan Chen d6d62274a9
All checks were successful
Deploy to Homelab / deploy (push) Successful in 6s
Update Serve config to just share all shared files
2026-02-09 00:54:43 +00:00

21 lines
263 B
JSON

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