Files
tailmon/.env
2025-10-06 19:55:10 +05:30

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