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": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files",
"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": {
"FB_BASEURL": "/filebrowser"
@@ -55,10 +64,7 @@
"ports_description": {
"8080/tcp": "Web UI port"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"ssl": "bool",
"certfile": "str",