Files
ProxmoxVE/frontend/public/json/pulse.json
T

49 lines
1.3 KiB
JSON
Raw Normal View History

2025-05-27 09:04:00 +02:00
{
"name": "Pulse",
"slug": "pulse",
"categories": [
9
],
2025-05-27 08:04:41 +01:00
"date_created": "2025-05-27",
2025-05-27 09:04:00 +02:00
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 7655,
"documentation": null,
"website": "https://github.com/rcourtman/Pulse",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/pulse.webp",
2025-08-10 17:20:57 -04:00
"config_path": "/etc/pulse",
2025-05-27 09:04:00 +02:00
"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",
"resources": {
2025-05-27 10:06:35 +02:00
"cpu": 1,
"ram": 1024,
2025-05-27 09:04:00 +02:00
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
2025-07-25 15:16:10 +05:00
"text": "Create Proxmox-API-Token first: `https://github.com/rcourtman/Pulse?tab=readme-ov-file#creating-api-token`",
2025-05-27 09:04:00 +02:00
"type": "Info"
},
{
"text": "After installation, access the web interface to configure your Proxmox connection details through the built-in setup wizard",
"type": "Info"
2025-08-14 17:41:36 -04:00
},
{
"text": "Configure authentication in the Web UI => Settings => Security",
"type": "Info"
2025-05-27 09:04:00 +02:00
}
]
}