mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-24 17:51:49 +02:00
Update README.md
This commit is contained in:
@@ -21,14 +21,15 @@ comparison to installing any other Hass.io add-on.
|
|||||||
|
|
||||||
Webui can be found at `<your-ip>:8000`.
|
Webui can be found at `<your-ip>:8000`.
|
||||||
|
|
||||||
"localdisks": "str?",
|
```yaml
|
||||||
"networkdisks": "str?",
|
"localdisks": "sda1" # Optional, requires priviledged mode
|
||||||
"cifsusername": "str?",
|
"networkdisks": "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
"cifspassword": "str?",
|
"cifsusername": "username" # optional, smb username, same for all smb shares
|
||||||
"smbv1": "bool?",
|
"cifspassword": "password" # optional, smb password
|
||||||
"CUSTOM_OPTIONS": "str?",
|
"smbv1": "bool?" # smb v1
|
||||||
"DROPBOX_TOKEN": "str?"
|
"DROPBOX_TOKEN": "str?" # see https://cloudcmd.io/
|
||||||
"CUSTOM_OPTIONS": "--name Homeassistant" # custom options from https://cloudcmd.io/
|
"CUSTOM_OPTIONS": "--name Homeassistant" # custom options from https://cloudcmd.io/
|
||||||
|
```
|
||||||
|
|
||||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||||
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
|
|||||||
Reference in New Issue
Block a user