mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-31 21:10:15 +00:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
||
"name": "Proxmox Backup Server Post Install",
|
||
"slug": "post-pbs-install",
|
||
"categories": [7],
|
||
"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",
|
||
"type": "info"
|
||
},
|
||
{
|
||
"text": "Execute within the Proxmox Backup Server Shell",
|
||
"type": "info"
|
||
},
|
||
{
|
||
"text": "It is recommended to answer “yes†(y) to all options presented during the process.",
|
||
"type": "info"
|
||
}
|
||
]
|
||
}
|
||
|