mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
refer to upstream image in config
This commit is contained in:
@@ -21,19 +21,21 @@
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"full_access": true,
|
||||
"webui": "http://[HOST]:[PORT:8443]",
|
||||
"boot": "auto",
|
||||
"environment": {
|
||||
},
|
||||
"boot": "auto",
|
||||
"environment": {},
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
},
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user