mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-29 11:54:04 +02:00
Update config.json
This commit is contained in:
@@ -17,18 +17,12 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web UI port"
|
"8080/tcp": "Web UI port"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"devices": ["/dev/sda","/dev/sdb", "/dev/sda1","/dev/sdb1","/dev/mmcblk0p1"],
|
||||||
"SYS_ADMIN",
|
"privileged": ["SYS_ADMIN", "SYS_RAWIO"],
|
||||||
"SYS_RAWIO"
|
"full_access": true,
|
||||||
],
|
|
||||||
"devices": [
|
|
||||||
"/dev/sda",
|
|
||||||
"/dev/sdb",
|
|
||||||
"/dev/nvme1n1",
|
|
||||||
"/dev"
|
|
||||||
],
|
|
||||||
"udev": "true",
|
"udev": "true",
|
||||||
"full_access": "true",
|
"full_access": "true",
|
||||||
|
"apparmor": "true",
|
||||||
"map": [
|
"map": [
|
||||||
],
|
],
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
||||||
@@ -39,8 +33,8 @@
|
|||||||
"SCRUTINY_COLLECTOR": "true"
|
"SCRUTINY_COLLECTOR": "true"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 1000,
|
"PUID": 0,
|
||||||
"PGID": 1000
|
"PGID": 0
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
|
|||||||
Reference in New Issue
Block a user