-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (14 loc) · 982 Bytes
/
.env.example
File metadata and controls
17 lines (14 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ============================================================
# server-monitor — LOCAL deploy config
# Used by deploy.sh on your machine only.
# Copy to .env, fill in values. NEVER commit .env to git.
# ============================================================
# ── Target servers (Tailscale IPs or hostnames) ─────────────
# Add as many as needed: SSH_HOST_1, SSH_HOST_2, SSH_HOST_3 ...
SSH_HOST_1="" # e.g. 100.64.0.2 or my-server-1
SSH_HOST_2="" # e.g. 100.64.0.3 or my-server-2
# SSH_HOST_3=""
# ── SSH user ──────────
SSH_USER="root" # Change if your sudo user is different, user should have passwordless sudo access for deploy.sh to work
# ── Remote install path ──────────────────────────────────────
REMOTE_DIR="/etc/server-monitor" # Where scripts live on each server