Add initial configuration files and monitoring script for ESP32 integration
This commit is contained in:
11
.env.sample
Normal file
11
.env.sample
Normal file
@@ -0,0 +1,11 @@
|
||||
# ESP32 Configuration
|
||||
ESP_IP=192.168.1.100
|
||||
ESP_API_KEY=YOUR_ENCRYPTION_KEY_HERE
|
||||
|
||||
# Uptime Kuma Configuration (API Key required)
|
||||
# Get your API key from: Settings → API Keys in Uptime Kuma
|
||||
KUMA_URL=https://status.example.com
|
||||
KUMA_KEY=uk1_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
|
||||
# Polling Configuration
|
||||
POLL_INTERVAL=30
|
||||
Reference in New Issue
Block a user