mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
improvements
This commit is contained in:
@@ -26,6 +26,18 @@ This addon is based on the [docker image](https://github.com/linuxserver/docker-
|
||||
|
||||
Webui can be found at `<your-ip>:8096`.
|
||||
|
||||
```yaml
|
||||
GUID: user
|
||||
GPID: user
|
||||
TZ: timezone
|
||||
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
||||
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||
cifspassword: "password" # optional, smb password
|
||||
cifsdomain: "domain" # optional, allow setting the domain for the smb share
|
||||
silent: true #suppresses debug messages
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
The installation of this add-on is pretty straightforward and not different in
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
"networkdisks": "str?",
|
||||
"cifsusername": "str?",
|
||||
"cifspassword": "str?",
|
||||
"cifsdomain": "str?",
|
||||
"smbv1": "bool?",
|
||||
"silent": "bool?"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user