41 lines
958 B
JSON
41 lines
958 B
JSON
{
|
|
"name": "Proxmox VE LXC-Updater",
|
|
"slug": "update-apps",
|
|
"categories": [
|
|
1
|
|
],
|
|
"date_created": "2025-07-29",
|
|
"type": "pve",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": null,
|
|
"documentation": null,
|
|
"website": null,
|
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/proxmox.svg",
|
|
"config_path": "",
|
|
"description": "This script automatically updates LXC containers using a Systemd service. The service also updates the tags if a LXC IP address is changed.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "tools/pve/update-apps.sh",
|
|
"resources": {
|
|
"cpu": null,
|
|
"ram": null,
|
|
"hdd": null,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Execute only within the Proxmox shell",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|