mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-23 15:56:05 +02:00
Update README.md
This commit is contained in:
@@ -21,7 +21,9 @@ comparison to installing any other Hass.io add-on.
|
|||||||
## Configuration
|
## Configuration
|
||||||
Webui can be found at <http://your-ip:8081>. The default username/password : described in the startup log. Configurations can be done through the app, except for the following options.
|
Webui can be found at <http://your-ip:8081>. The default username/password : described in the startup log. Configurations can be done through the app, except for the following options.
|
||||||
|
|
||||||
Network disk is mounted to /share/storagecifs
|
Network disk is mounted to /mnt/storagename
|
||||||
|
|
||||||
|
OpenVPN must be enabled from within qBittorrent options
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
GUID: user
|
GUID: user
|
||||||
@@ -37,6 +39,10 @@ smbv1: false # Should smbv1 be used instead of 2.1+?
|
|||||||
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
|
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
|
||||||
cifsusername: "username" # optional, smb username, same for all smb shares
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
cifspassword: "password" # optional, smb password, same for all smb shares)
|
cifspassword: "password" # optional, smb password, same for all smb shares)
|
||||||
|
openvpn_enabled: yes/no
|
||||||
|
openvpn_config: must reference an openvpn config files stored in /config/openvpn
|
||||||
|
openvpn_username: openvpn username
|
||||||
|
openvpn_password": openvpn password
|
||||||
```
|
```
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|||||||
Reference in New Issue
Block a user