diff --git a/.replit b/.replit index bb511488..15b94e13 100644 --- a/.replit +++ b/.replit @@ -24,6 +24,10 @@ args = "Start application" task = "workflow.run" args = "API" +[[workflows.workflow.tasks]] +task = "workflow.run" +args = "tailscaled" + [[workflows.workflow]] name = "Start application" author = "agent" @@ -48,6 +52,17 @@ waitForPort = 8080 [workflows.workflow.metadata] outputType = "console" +[[workflows.workflow]] +name = "tailscaled" +author = "agent" + +[[workflows.workflow.tasks]] +task = "shell.exec" +args = "cd /tmp/tailscale_1.80.2_amd64 && ./tailscaled --tun=userspace-networking --socks5-server=localhost:1055 --outbound-http-proxy-listen=localhost:1055 --statedir=/tmp/tsstate --socket=/tmp/tsstate/tailscaled.sock" + +[workflows.workflow.metadata] +outputType = "console" + [agent] stack = "PNPM_WORKSPACE" expertMode = true