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, 6 insertions, 0 deletions
diff --git a/proxy/start.sh b/proxy/start.sh
new file mode 100755
index 0000000..c2c73d6
--- /dev/null
+++ b/proxy/start.sh
@@ -0,0 +1,6 @@
+#!/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;"