2024-11-06 07:14:59 +00:00
{
"name" : "Proxmox Backup Server Post Install" ,
"slug" : "post-pbs-install" ,
"categories" : [
1
] ,
"date_created" : "2024-04-29" ,
"type" : "misc" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : null ,
"documentation" : null ,
"website" : null ,
"logo" : "https://raw.githubusercontent.com/home-assistant/brands/master/core_integrations/proxmoxve/icon.png" ,
"description" : "The script will give options to Disable the Enterprise Repo, Add/Correct PBS Sources, Enable the No-Subscription Repo, Add Test Repo, Disable Subscription Nag, Update Proxmox Backup Server and Reboot PBS." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "misc/post-pbs-install.sh" ,
"resources" : {
"cpu" : null ,
"ram" : null ,
"hdd" : null ,
"os" : null ,
"version" : null
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Proxmox Backup Server ONLY" ,
2024-12-13 14:24:14 +00:00
"type" : "info"
2024-11-06 07:14:59 +00:00
} ,
{
"text" : "Execute within the Proxmox Backup Server Shell" ,
2024-12-13 14:24:14 +00:00
"type" : "info"
} ,
{
"text" : "It is recommended to answer “yes” (y) to all options presented during the process." ,
"type" : "info"
2024-11-06 07:14:59 +00:00
}
]
}