Initial commit with cleaned history and environment configuration

This commit is contained in:
Space-Banane
2026-03-12 15:47:58 +01:00
commit 66ec4945d5
5 changed files with 203 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# AdGuard Configuration
ADGUARD_URL=http://your-adguard-ip
ADGUARD_USER=your-username
ADGUARD_PASSWORD=your-password
# Home Assistant Configuration
HASS_URL=https://your-hass-instance.com/api/services/notify/mobile_app_your_phone
HASS_TOKEN=your-long-lived-access-token
# Monitored Clients (JSON Format: {"IP": "Nickname"})
CLIENTS='{"192.168.1.100": "My Laptop", "192.168.1.101": "My Phone"}'