Files
BAMS/cockpit/manifest.json

20 lines
422 B
JSON

{
"version": "1.0.0",
"name": "BAMS",
"displayName": "Backup Appliance Management System",
"description": "Manage disk repositories, tape libraries, iSCSI targets, and Bacula integration",
"author": "BAMS Team",
"license": "GPL-3.0",
"url": "https://github.com/bams/bams",
"tools": {
"bams": {
"label": "BAMS",
"path": "index.html"
}
},
"requires": {
"cockpit": ">= 300"
}
}