2024-11-06 20:14:59 +13:00
{
2025-09-21 08:28:14 +02:00
"name" : "PVE Update Repositories" ,
2025-04-09 13:10:02 +02:00
"slug" : "update-repo" ,
2025-05-20 11:51:20 +02:00
"categories" : [
1
] ,
2025-04-09 13:10:02 +02:00
"date_created" : "2024-11-04" ,
"type" : "pve" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : null ,
"documentation" : null ,
"website" : null ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/linuxcontainers.webp" ,
"config_path" : "" ,
2025-04-09 13:10:02 +02:00
"description" : "This script updates repository links in LXC containers, replacing old links from the tteck repository with links to the new community-scripts repository to fix issues related to updating scripts." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "tools/pve/update-repo.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"
}
]
}