2025-10-03 15:29:46 +02:00
{
"name" : "PVEScriptsLocal" ,
"slug" : "pve-scripts-local" ,
"categories" : [
1
] ,
"date_created" : "2025-10-03" ,
"type" : "ct" ,
2025-10-06 12:41:06 +02:00
"updateable" : true ,
2025-10-03 15:29:46 +02:00
"privileged" : false ,
"interface_port" : 3000 ,
"documentation" : "https://github.com/community-scripts/ProxmoxVE-Local" ,
"config_path" : "/opt/PVEScripts-Local/.env" ,
"website" : "https://community-scripts.github.io/ProxmoxVE" ,
2025-10-06 12:41:06 +02:00
"logo" : "https://raw.githubusercontent.com/community-scripts/ProxmoxVE-Local/refs/heads/main/.github/logo.png" ,
2025-10-03 15:29:46 +02:00
"description" : "A modern web-based management interface for Proxmox VE (PVE) helper scripts. This tool provides a user-friendly way to discover, download, and execute community-sourced Proxmox scripts locally with real-time terminal output streaming." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/pve-scripts-local.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 4096 ,
"hdd" : 4 ,
"os" : "Debian" ,
"version" : "13"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
}