From 7c2a1cbe37f157976ce1577f749ce1e40ef799a2 Mon Sep 17 00:00:00 2001 From: drifty Date: Mon, 6 Oct 2025 19:55:10 +0530 Subject: [PATCH] Add files via upload --- .env | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .env 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