Update Readme.md

This commit is contained in:
Alexandre
2021-12-05 19:20:24 +01:00
committed by GitHub
parent 63ee8f6865
commit a2168f359f

View File

@@ -22,6 +22,17 @@ This addon is based on the docker image https://github.com/linuxserver/docker-we
Webui can be found at <http://your-ip:PORT>.
The default username/password : abc/abc
```yaml
TZ: timezone
DNS_servers : 8.8.8.8,1.1.1.1 # Keep blank to use routers DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover
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
password, same for all smb shares
```
## Installation
The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on.