From d38fc83df3824b840f0b3930e4cb7236bdab84b2 Mon Sep 17 00:00:00 2001 From: a73x Date: Tue, 27 Aug 2024 19:43:56 +0100 Subject: feat(content): support templating in content this is tired person code don't write tired person code --- proxy/start.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 proxy/start.sh (limited to 'proxy/start.sh') diff --git a/proxy/start.sh b/proxy/start.sh deleted file mode 100755 index c2c73d6..0000000 --- a/proxy/start.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/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