Initial version

This commit is contained in:
2022-05-03 13:10:33 -03:00
parent 6b2791628c
commit b70a6d0324
4 changed files with 96 additions and 0 deletions

5
start.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
/app/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/var/run/tailscale/tailscaled.sock &
/app/tailscale up --authkey=${TAILSCALE_AUTHKEY} --hostname=reverseproxy
/usr/sbin/nginx -c /etc/nginx/nginx.conf -g 'daemon off;'