Keep Avahi for pedal.local mDNS, add web UI task

This commit is contained in:
2026-06-08 00:38:37 -04:00
parent 9e6f23cdb0
commit b7f5488efd
2 changed files with 2 additions and 5 deletions
+2 -2
View File
@@ -97,18 +97,18 @@ fonts-* xfonts-*
python3-pygame python3-tk
```
### Systemd Services Kept (Bluetooth & WiFi stay on)
### Systemd Services Kept (BT, WiFi, Avahi stay on)
| Service | Reason to Keep |
|---------|----------------|
| `bluetooth` | Wireless MIDI controllers, tuner apps |
| `wpa_supplicant` | WiFi for web UI, SSH, preset downloads |
| `avahi-daemon` | mDNS for `pedal.local` hostname resolution on LAN |
### Systemd Services Disabled
| Service | Reason |
|---------|--------|
| `avahi-daemon` | No mDNS needed |
| `triggerhappy` | We handle GPIO ourselves |
| `ModemManager` | No modem |
| `systemd-resolved` | Simple static DNS works |