"description":"This script allows administrators to execute a custom command inside one or multiple LXC containers on a Proxmox VE node. Containers can be selectively excluded via an interactive checklist. If a container is stopped, the script will automatically start it, run the command, and then shut it down again. Only Debian and Ubuntu based containers are supported.",
"install_methods":[
{
"type":"default",
"script":"tools/pve/execute.sh",
"resources":{
"cpu":null,
"ram":null,
"hdd":null,
"os":null,
"version":null
}
}
],
"default_credentials":{
"username":null,
"password":null
},
"notes":[
{
"text":"Execute within the Proxmox shell.",
"type":"info"
},
{
"text":"Non-Debian/Ubuntu containers will be skipped automatically.",
"type":"info"
},
{
"text":"Stopped containers will be started temporarily to run the command, then shut down again.",