From fea0ef77c8c98dfadd2f9d29804653293fd31c99 Mon Sep 17 00:00:00 2001 From: a73x Date: Sun, 25 Aug 2024 15:14:41 +0100 Subject: feat: add templating --- proxy/start.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 proxy/start.sh (limited to 'proxy/start.sh') 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;" -- cgit v1.2.3