Initial commit

This commit is contained in:
monoadmin
2026-04-10 15:36:36 -07:00
commit 918ff903f0
16 changed files with 929 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# OpenWrt UPS SNMP configuration
# Copy to .env and fill in your values
# UPS SNMP host
SNMP_HOST=192.168.1.1
SNMP_COMMUNITY=public
# OpenWrt host
OPENWRT_HOST=192.168.1.1
OPENWRT_USER=root
OPENWRT_PASSWORD=change_me