containers/uptime-kuma-tailscale/run.sh
Peter Cai 7514a43574
Some checks failed
/ build-image (push) Failing after 15m7s
uptime-kuma: Uprev
* And make tailscale non-blocking
2024-02-17 13:45:16 -05:00

7 lines
195 B
Bash

#!/usr/bin/env bash
/usr/sbin/tailscaled -state=mem: &
sleep 1
tailscale up --login-server=$TAILSCALE_SERVER --authkey=$TAILSCALE_KEY --hostname=$TAILSCALE_HOSTNAME &
node /app/server/server.js