BAMS initial project structure
This commit is contained in:
19
cockpit/manifest.json
Normal file
19
cockpit/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user