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,13 +1,17 @@
{
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Piwigo is a photo gallery software for the web",
"devices": [
"/dev/sda",
"/dev/sdb",
"/dev/sdc",
"/dev/sdd",
"/dev/sde",
"/dev/sdf",
"/dev/sdg",
"/dev/nvme",
"/dev/mmcblk",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
@@ -21,16 +25,17 @@
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
"/dev/sdg2",
"/dev/nvme0",
"/dev/nvme1",
"/dev/nvme2",
"/dev/mmcblk0",
"/dev/mmcblk0p1"
],
"environment": {
"PWG_LOCAL_DIR": "/data"
},
"map": [
"media:rw",
"share:rw",
"ssl"
],
"map": ["media:rw", "share:rw", "ssl"],
"name": "Piwigo",
"options": {
"PUID": 1000,
@@ -42,10 +47,7 @@
"ports_description": {
"80/tcp": "Web UI port"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",