summaryrefslogtreecommitdiff
path: root/proxy/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/start.sh')
-rwxr-xr-xproxy/start.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/proxy/start.sh b/proxy/start.sh
deleted file mode 100755
index c2c73d6..0000000
--- a/proxy/start.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-/app/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/var/run/tailscale/tailscaled.sock &
-/app/tailscale up --authkey=${TAILSCALE_AUTHKEY} --hostname=fly-app
-
-nginx -g "daemon off;"