This commit is contained in:
CanbiZ 2025-05-22 12:05:51 +02:00
parent a03ed4d018
commit dadf2d929d

View File

@ -1,34 +1,35 @@
{ {
"name": "Pulse", "name": "Pulse",
"slug": "pulse", "slug": "pulse",
"categories": [ "categories": [
9 9
], ],
"date_created": "2024-07-26", "date_created": "2025-05-22",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 7655, "interface_port": 7655,
"documentation": null, "documentation": null,
"website": "https://github.com/rcourtman/Pulse", "website": "https://github.com/rcourtman/Pulse",
"logo": "https://raw.githubusercontent.com/rcourtman/Pulse/main/src/public/logos/pulse-logo-256x256.png", "logo": "https://raw.githubusercontent.com/rcourtman/Pulse/main/src/public/logos/pulse-logo-256x256.png",
"description": "A lightweight monitoring application for Proxmox VE that displays real-time status for VMs and containers via a simple web interface.", "config_path": "/opt/pulse-proxmox/.env",
"install_methods": [ "description": "A lightweight monitoring application for Proxmox VE that displays real-time status for VMs and containers via a simple web interface.",
{ "install_methods": [
"type": "default", {
"script": "ct/pulse.sh", "type": "default",
"resources": { "script": "ct/pulse.sh",
"cpu": 2, "resources": {
"ram": 2048, "cpu": 2,
"hdd": 4, "ram": 2048,
"os": "debian", "hdd": 4,
"version": "12" "os": "debian",
} "version": "12"
} }
], }
"default_credentials": { ],
"username": null, "default_credentials": {
"password": null "username": null,
}, "password": null
"notes": [] },
} "notes": []
}