Local mounts

This commit is contained in:
Alexandre
2021-11-29 21:03:59 +01:00
parent 0c804310be
commit 2bd7980e75
5 changed files with 55 additions and 1 deletions

View File

@@ -3,6 +3,23 @@
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
"devices": [
"/dev/mmcblk0p8",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
],
"environment": {},
"ingress": true,
"ingress_stream": true,
@@ -41,6 +58,7 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"localdisks": "str?",
"smbv1": "bool?",
"TZ": "str?"
},