mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-18 12:00:31 +02:00
Update README.md
This commit is contained in:
@@ -41,6 +41,10 @@ data_directory: path for the main data directory. Defaults to `/share/nextcloud`
|
|||||||
use_own_certs : true/false #if true, use the certfile and keyfile specified
|
use_own_certs : true/false #if true, use the certfile and keyfile specified
|
||||||
certfile: fullchain.pem #ssl certificate, must be located in /ssl
|
certfile: fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
keyfile: privkey.pem #sslkeyfile, must be located in /ssl
|
keyfile: privkey.pem #sslkeyfile, must be located in /ssl
|
||||||
|
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 smbv2/3 servers to mount, separated by commas
|
||||||
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
|
cifspassword: "password" # optional, smb password, same for all smb shares)
|
||||||
```
|
```
|
||||||
|
|
||||||
Webui can be found at `<your-ip>:port`.
|
Webui can be found at `<your-ip>:port`.
|
||||||
|
|||||||
Reference in New Issue
Block a user