mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-02 03:58:45 +02:00
Added uid/gid
This commit is contained in:
@@ -19,14 +19,19 @@
|
|||||||
"media:rw",
|
"media:rw",
|
||||||
"ssl:rw"
|
"ssl:rw"
|
||||||
],
|
],
|
||||||
"options":{
|
|
||||||
},
|
|
||||||
"schema": {
|
|
||||||
},
|
|
||||||
"ports": {
|
"ports": {
|
||||||
"443/tcp": 8099,
|
"443/tcp": 8099,
|
||||||
"80/tcp": null
|
"80/tcp": null
|
||||||
},
|
},
|
||||||
"webui": "https://[HOST]:[PORT:443]",
|
"webui": "https://[HOST]:[PORT:443]",
|
||||||
"panel_icon": "mdi:cloud"
|
"panel_icon": "mdi:cloud",
|
||||||
|
"options": {
|
||||||
|
"PUID": 1001,
|
||||||
|
"PGID": 1001
|
||||||
|
},
|
||||||
|
"schema": {
|
||||||
|
"PUID": "int",
|
||||||
|
"PGID": "int",
|
||||||
|
"TZ": "str?"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user