Changelog
🐛 Bug Fixes
- a6f19f8: fix: add Tailscale configuration to agent installer and fix duplicate discovery (#76) (@s0up4200)
- d336af3: fix: reorder Tailscale config in install script and auto-configure for host mode (@s0up4200)
- 051d356: fix: show most recent data for hourly bandwidth charts (@s0up4200)
- 1984fb0: fix: skip API key configuration when using Tailscale (@s0up4200)
Full Changelog: v0.4.0...v0.4.1
🐳 Docker images
docker pull ghcr.io/autobrr/netronome:v0.4.1docker pull ghcr.io/autobrr/netronome:latest
📚 Resources
💝 Support the project
If you find Netronome useful, consider:
- Starring the repository
- Contributing to the project
- Sharing your feedback
- Sponsoring the project
⚠️ Temperature Monitoring Support
Release binaries include most temperature monitoring via gopsutil:
- ✅ CPU temperatures (all cores, packages, dies)
- ✅ NVMe temperatures (M.2 drives)
- ✅ Battery temperatures
- ✅ System sensors
For SATA/HDD temperatures and disk model names, build from source:
git clone https://github.com/autobrr/netronome
cd netronome
make build # Includes full SMART supportSMART features (SATA/HDD temps) require:
- Linux or macOS (not supported on Windows/FreeBSD)
- Running with root/sudo privileges
- Building from source with CGO enabled