Update 2 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 13s

This commit is contained in:
j
2026-01-15 10:35:14 +13:00
parent 765b0f70e2
commit 97fe9d0bd9
2 changed files with 7 additions and 3 deletions

View File

@@ -14,9 +14,9 @@ WEB_PORT=8080
INFLUXDB_PORT=8086
# Devices to monitor - space-separated list of block devices
# Example: "/dev/sda /dev/sdb /dev/nvme0n1"
# Leave empty to auto-detect (requires --privileged mode)
DEVICES="/dev/sda"
# Can use short names (sda sdb) or full paths (/dev/sda /dev/sdb)
# Example: "sda sdb nvme0n1"
DEVICES="sda"
# Set to "true" to run in privileged mode (auto-detects all devices)
# Set to "false" to use explicit DEVICES list above