docs: Add Privacy section to README

This commit is contained in:
courtmanr@gmail.com
2025-04-27 20:36:37 +01:00
parent ace67f6ccb
commit 19c3cdfd35
+9
View File
@@ -23,6 +23,7 @@ A lightweight monitoring application for Proxmox VE that displays real-time stat
- [Features](#-features)
- [System Requirements](#-system-requirements)
- [Contributing](#-contributing)
- [Privacy](#-privacy)
- [License](#-license)
- [Trademark Notice](#trademark-notice)
- [Support](#-support)
@@ -320,6 +321,14 @@ Once installed, the Pulse application runs as a `systemd` service. You can manag
Contributions are welcome! Please read our [Contributing Guidelines](CONTRIBUTING.md) before submitting pull requests or opening issues.
## 🔒 Privacy
Pulse is designed with privacy in mind:
* **No Data Collection:** The application does not collect, store, or transmit any personal user data or telemetry information to external servers.
* **Local Communication:** All communication occurs directly between the Pulse application (running in your environment, e.g., Docker container or LXC) and your configured Proxmox VE or Proxmox Backup Server endpoints.
* **Credential Handling:** Proxmox credentials (API tokens or username/password) are used solely for authenticating with your Proxmox API and are not logged or sent elsewhere.
## 📜 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.