Changelog
🚀 New Features
- 49adc9e: feat(data): allow purging historic speedtest and packet loss results (#246) (@s0up4200)
- 7fb5432: feat(notifications): set title in shoutrrr notification payloads (#242) (@s0up4200)
- 426d990: feat(speedtest): allow adding speedtest.net server by ID (#244) (@s0up4200)
🐛 Bug Fixes
- 7def30d: fix(auth): only trust proxy headers from configured trusted proxies (#247) (@s0up4200)
- 6b7f0f4: fix(oidc): retry provider init and decouple status from provider state (#219) (@s0up4200)
- 7ce2aec: fix(speedtest): fall back to unfiltered server list when no servers are pingable (#241) (@s0up4200)
- b168a4f: fix(speedtest): persist results when test overruns configured timeout (#245) (@s0up4200)
- e168f7c: fix: honor explicit disk includes (#221) (@s0up4200)
- d698b47: fix: slim packet loss history payloads (#222) (@s0up4200)
🔧 Maintenance
- 6c996c7: chore(deps): bump the github group across 1 directory with 3 updates (#234) (@dependabot[bot])
- 1b339be: chore(deps): bump the github group with 2 updates (#239) (@dependabot[bot])
- 7b574e2: chore(deps): bump the golang group across 1 directory with 11 updates (#226) (@dependabot[bot])
- 9005823: chore(deps): bump the golang group across 1 directory with 7 updates (#235) (@dependabot[bot])
- ca7a971: chore(deps): bump the npm group across 1 directory with 41 updates (#236) (@dependabot[bot])
- a34c277: chore(deps): bump the npm group in /web with 19 updates (#218) (@dependabot[bot])
- 6ef6ac7: chore(deps): bump the npm group in /web with 21 updates (#227) (@dependabot[bot])
📝 Documentation
- 662f8e5: docs(auth): document disabling auth entirely via whitelist for reverse proxies (#243) (@s0up4200)
Full Changelog: v0.11.0...v0.12.0
🐳 Docker images
docker pull ghcr.io/autobrr/netronome:v0.12.0docker 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