mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-04 04:57:37 +00:00
45 lines
1.2 KiB
JSON
Generated
45 lines
1.2 KiB
JSON
Generated
{
|
|
"name": "Pulse",
|
|
"slug": "pulse",
|
|
"categories": [
|
|
9
|
|
],
|
|
"date_created": "2025-05-27",
|
|
"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",
|
|
"config_path": "/opt/pulse/.env",
|
|
"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": {
|
|
"cpu": 1,
|
|
"ram": 1024,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Create Proxmox-API-Token first: `https://github.com/rcourtman/Pulse?tab=readme-ov-file#creating-a-proxmox-api-token`",
|
|
"type": "Info"
|
|
},
|
|
{
|
|
"text": "After installation, access the web interface to configure your Proxmox connection details through the built-in setup wizard",
|
|
"type": "Info"
|
|
}
|
|
]
|
|
}
|