BAMS initial project structure

This commit is contained in:
2025-12-23 18:34:39 +00:00
parent e1df870f98
commit 861e0f65c3
24 changed files with 2495 additions and 0 deletions

19
cockpit/manifest.json Normal file
View 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"
}
}