We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749d2d2 commit 2f99604Copy full SHA for 2f99604
packages/ping-home/app/start.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
TS_AUTHKEY=$(cat /secrets/tailscale-auth-key)
3
-tailscaled --tun=userspace-networking --socks5-server="${TS_SOCKS5_SERVER}" &
+tailscaled --tun=userspace-networking --socks5-server="${TS_SOCKS5_SERVER}" --statedir=/tmp/tailscale &
4
sleep 2
5
-tailscale up --authkey="${TS_AUTHKEY}" --hostname="${TS_HOSTNAME}" --accept-routes
+tailscale up --quiet --authkey="${TS_AUTHKEY}" --hostname="${TS_HOSTNAME}" --accept-routes
6
exec uvicorn --host 0.0.0.0 --port 8080 main:app
0 commit comments