mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Add NAS code
This commit is contained in:
@@ -28,16 +28,26 @@
|
|||||||
"media:rw",
|
"media:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
|
"full_access": true,
|
||||||
"webui": "http://[HOST]:[PORT:7878]",
|
"webui": "http://[HOST]:[PORT:7878]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 1001,
|
"PUID": 1001,
|
||||||
"PGID": 1001
|
"PGID": 1001,
|
||||||
|
"localdisks": ["sda1"],
|
||||||
|
"networkdisks": "<//SERVER/SHARE>",
|
||||||
|
"cifsusername": "<username>",
|
||||||
|
"cifspassword": "<password>"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"TZ": "str?"
|
"TZ": "str?",
|
||||||
|
"localdisks": ["str"],
|
||||||
|
"networkdisks": "str",
|
||||||
|
"cifsusername": "str",
|
||||||
|
"cifspassword": "str"
|
||||||
},
|
},
|
||||||
"snapshot_exclude": [
|
"snapshot_exclude": [
|
||||||
"**/Backups/*",
|
"**/Backups/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user