24 lines
746 B
Plaintext
24 lines
746 B
Plaintext
# Copy to .env and fill in. NEVER commit the filled-in version.
|
|
|
|
# --- identity shown in the dashboard ---
|
|
MACHINE_ID=FRIEND-01
|
|
SITE=FRIEND
|
|
|
|
# --- where the algorithm writes its results on this machine ---
|
|
OUTPUT_DIR=/home/friend/algorithm/output
|
|
|
|
# --- Synology / SFTP target (get real values from the team; do not reuse demo ones) ---
|
|
SYNOLOGY_HOST=your-nas-hostname
|
|
SYNOLOGY_PORT=22
|
|
SYNOLOGY_USER=upload-user
|
|
SYNOLOGY_PASS=change-me
|
|
REMOTE_BASE=ClientSync/Results
|
|
|
|
# --- monitoring ---
|
|
# The collector's address AS REACHABLE FROM THIS MACHINE.
|
|
# Same LAN: http://<your-lan-ip>:8000 · over internet: use Tailscale/VPN IP
|
|
COLLECTOR_URL=http://100.0.0.0:8000
|
|
# Must match AGENT_TOKEN on the collector
|
|
AGENT_TOKEN=change-me
|
|
RC_PASSWORD=change-me
|