diff options
| author | a73x <[email protected]> | 2024-08-25 15:14:41 +0100 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-08-25 15:14:41 +0100 |
| commit | fea0ef77c8c98dfadd2f9d29804653293fd31c99 (patch) | |
| tree | 6dadd3062fc77d37e622838eb6b16a60e2774f4d /proxy/start.sh | |
| parent | 794401aaadfaa4efd91587db40439226231ff303 (diff) | |
feat: add templating
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;" |
