Files
cockpit_avm/storaged/manifest.json

40 lines
1.4 KiB
JSON
Raw Normal View History

2026-04-21 15:38:57 +08:00
{
"version": "215",
"name": "storage",
"requires": {
"cockpit": "186"
},
"menu": {
"index": {
"label": "Storage",
"order": 30,
"docs": [
{
"label": "Managing partitions",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-partitions-using-the-web-console_system-management-using-the-rhel-8-web-console"
},
{
"label": "Managing storage devices",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-storage-devices-in-the-web-console_system-management-using-the-rhel-8-web-console"
}
],
"keywords": [
{
"matches": ["filesystem", "partition", "nfs", "raid", "volume", "disk", "vdo", "iscsi", "drive", "mount", "unmount", "udisks", "mkfs", "format", "fstab", "lvm2", "luks", "encryption", "nbde", "tang"]
}
]
}
},
"hacks": {
"with_storaged_iscsi_sessions": "yes"
},
"config": {
"nfs_client_package": false,
"vdo_package": false
},
"content-security-policy": "img-src 'self' data:"
}