diff --git a/.env b/.env new file mode 100644 index 0000000..ea129ec --- /dev/null +++ b/.env @@ -0,0 +1,7 @@ +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 \ No newline at end of file