ProxmoxVE/json/clean-lxcs.json

38 lines
1010 B
JSON
Raw Normal View History

{
"name": "Proxmox VE LXC Cleaner",
"slug": "clean-lxcs",
"categories": [
"Proxmox VE Tools"
],
"date_created": "2024-04-29",
"type": "misc",
"updateable": 0,
"privileged": 0,
"interface_port": "0",
"documentation": "",
"website": "",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/lxc.svg",
"description": "This script provides options to delete logs and cache, and repopulate apt lists for Ubuntu and Debian systems.",
"install_methods": [
{
"type": "default",
"script": "misc/clean-lxcs.sh",
"resources": {
"cpu": "",
"ram": "",
"hdd": "",
"os": "",
"version": ""
}
}
],
"default_credentials": {
"username": "",
"password": ""
},
"alerts": [
{
"alert": "Execute within the Proxmox shell"
}
]
}