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,15 +1,28 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.",
"devices": [
"/dev/dri",
"/dev/vchiq",
"/dev/video10",
"/dev/video11",
"/dev/video12",
"/dev/video13",
"/dev/video14",
"/dev/video15",
"/dev/video16",
"/dev/ttyUSB0",
"/dev/sda",
"/dev/sdb",
"/dev/sdc",
"/dev/sdd",
"/dev/sde",
"/dev/sdf",
"/dev/sdg",
"/dev/nvme",
"/dev/mmcblk",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
@@ -23,18 +36,19 @@
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
"/dev/sdg2",
"/dev/nvme0",
"/dev/nvme1",
"/dev/nvme2",
"/dev/mmcblk0",
"/dev/mmcblk0p1"
],
"environment": {
"VERSION": "docker",
"PUID": "0",
"PGID": "0"
},
"map": [
"share:rw",
"media:rw",
"ssl"
],
"map": ["share:rw", "media:rw", "ssl"],
"name": "Plex NAS",
"options": {
"PUID": 0,
@@ -70,10 +84,7 @@
"33400/tcp": "WebTools",
"33443/tcp": "WebTools"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",