nvme supports

This commit is contained in:
Alexandre
2021-12-04 16:05:35 +01:00
parent f653e49189
commit cb988c8649
21 changed files with 365 additions and 173 deletions

View File

@@ -1,14 +1,18 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"description": "Cloud Commander a file manager for the web with console and editor",
"devices": [
"/dev/mmcblk0p8",
"/dev/sda",
"/dev/sdb",
"/dev/sdc",
"/dev/sdd",
"/dev/sde",
"/dev/sdf",
"/dev/sdg",
"/dev/nvme",
"/dev/mmcblk",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
@@ -22,7 +26,12 @@
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
"/dev/sdg2",
"/dev/nvme0",
"/dev/nvme1",
"/dev/nvme2",
"/dev/mmcblk0",
"/dev/mmcblk0p1"
],
"environment": {},
"ingress": true,
@@ -45,10 +54,7 @@
"ports_description": {
"8000/tcp": "Web UI port (required)"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"localdisks": "str?",
"networkdisks": "str?",