summaryrefslogtreecommitdiff
path: root/proxy/start.sh
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-25 15:14:41 +0100
committera73x <[email protected]>2024-08-25 15:14:41 +0100
commitfea0ef77c8c98dfadd2f9d29804653293fd31c99 (patch)
tree6dadd3062fc77d37e622838eb6b16a60e2774f4d /proxy/start.sh
parent794401aaadfaa4efd91587db40439226231ff303 (diff)
feat: add templating
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;"