mirror of
https://github.com/driftywinds/tailmon.git
synced 2025-12-19 05:23:33 +00:00
7 lines
284 B
Bash
7 lines
284 B
Bash
TAILSCALE_API_KEY=your-tailscale-api-key
|
|
TAILSCALE_TAILNET=your-mesh.name
|
|
APPRISE_URLS=gotifys://gotify.example.com/TOKEN,discord://webhook_ID/webhook_TOKEN,tgram://BotToken/ChatID1/ChatID2/ChatIDN
|
|
CHECK_INTERVAL=5
|
|
ONLINE_THRESHOLD_SECONDS=2
|
|
STATE_FILE=./device_state.json
|
|
DEBUG=false |