diff options
Diffstat (limited to 'proxy/start.sh')
| -rwxr-xr-x | proxy/start.sh | 6 |
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;" |
