ProxmoxVE/json/post-pbs-install.json
Paul 4d68c2e1ef
Add JSON for each Script and a metadata.json file (#86)
* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories

* Renamed categories.json to metadata.json
2024-11-06 08:14:59 +01:00

43 lines
1.3 KiB
JSON

{
"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",
"type": "warning"
},
{
"text": "Execute within the Proxmox Backup Server Shell",
"type": "warning"
}
]
}