mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-07 13:42:30 +02:00
Add local smb mount
This commit is contained in:
@@ -62,12 +62,16 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
|
"localdisks": "str?",
|
||||||
|
"networkdisks": "str?",
|
||||||
|
"cifsusername": "str?",
|
||||||
|
"cifspassword": "str?"
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
},
|
},
|
||||||
"slug": "code-server",
|
"slug": "code-server",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"upstream": "4.0.2",
|
"upstream": "4.0.2",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
|
||||||
"version": "4.0.2",
|
"version": "4.0.2-2",
|
||||||
"webui": "http://[HOST]:[PORT:8443]"
|
"webui": "http://[HOST]:[PORT:8443]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user