mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
docs: Describe efficient polling feature in README
This commit is contained in:
@@ -155,8 +155,10 @@ docker compose down
|
||||
## ✨ Features
|
||||
|
||||
- Lightweight monitoring for Proxmox VE nodes.
|
||||
- Displays real-time status for VMs and Containers.
|
||||
- Simple web interface.
|
||||
- Displays real-time status for VMs and Containers via WebSocket updates.
|
||||
- Simple, responsive web interface.
|
||||
- Efficient polling: Only queries the Proxmox API when a user is actively viewing the UI, reducing load on the Proxmox server(s).
|
||||
- Docker support for easy deployment.
|
||||
|
||||
## 💻 System Requirements
|
||||
|
||||
|
||||
Generated
+4
-4
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "proxmox-simplified",
|
||||
"version": "1.0.0",
|
||||
"name": "pulse",
|
||||
"version": "2.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "proxmox-simplified",
|
||||
"version": "1.0.0",
|
||||
"name": "pulse",
|
||||
"version": "2.0.0",
|
||||
"dependencies": {
|
||||
"dotenv": "^16.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user