This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+1 more
Affected surfaces
Summary
AI summaryTelemetry system added with full opt‑out control and privacy guarantees.
Full changelog
Full Changelog: https://github.com/spupuz/VibeNVR/compare/v1.17.0...v1.17.1
v1.17.1 - Telemetry & Privacy Transparency
This release focuses on transparency, privacy, and configuration flexibility regarding the new Telemetry system, ensuring users have full control over what data is shared.
🛡️ Telemetry & Privacy
We have introduced a lightweight telemetry system to help improve VibeNVR. Transparency is our priority:
-
What is it?
We use Scarf to collect anonymous, aggregate usage data. This helps us understand the hardware distribution of our user base (e.g., "Do most users have GPUs?" or "Are most users on Linux or Docker Desktop?"). -
What is collected?
- No PII: We do not collect IP addresses, email addresses, names, or video content.
- Hardware Metadata: Operating System, CPU Arch (x86/ARM), RAM size (rounded), and GPU availability.
- App Metrics: VibeNVR version, active camera count, and rough event counts.
-
Privacy First:
- The telemetry data is completely anonymous.
- You can Opt-Out at any time via
Settings -> Privacy & Analyticsor by settingtelemetry_enabled=falsein your database.
🚀 Improvements & Fixes
- Documentation: Updated README.md with a comprehensive "Telemetry & Privacy" section.
- Security Audit: Verified
auth_serviceand media serving protections to ensure no unauthorized access to streams.
📦 Upgrade Instructions
To apply these changes, pull the latest image or code and rebuild:
git pull origin main
docker compose down
docker compose up -d --build
<img width="1800" height="675" alt="image" src="https://github.com/user-attachments/assets/d522b597-c68e-4645-a734-49779866855c" />
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About spupuz/VibeNVR
All releases →Related context
Related tools
Earlier breaking changes
- v1.28.3 Must update docker-compose.yml with TZ variable for all services
Beta — feedback welcome: [email protected]