mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update samba.markdown (#4627)
Cleaned up some of the grammar and formatting.
This commit is contained in:
parent
9d6e015466
commit
6f90763a26
@ -32,10 +32,10 @@ This addon allows you to set up a [Samba](https://samba.org/) server to access h
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **name** (*Optional*): default `hassio`. Set NetBIOS name of hassio device.
|
- **name** (*Optional*): Set netbios name of Hass.io device. Default is `hassio`.
|
||||||
- **workgroup** (*Optional*): default `WORKGROUP`. Set network workgroup.
|
- **workgroup** (*Optional*): Set network workgroup name. Default is `WORKGROUP`.
|
||||||
- **guest** (*Optional*): Allow login without a username or password. Defaults to `true`.
|
- **guest** (*Optional*): Allow login without a username or password. Default is `true`.
|
||||||
- **map** (*Optional*): Control which folder will be exposed. `config` is for Home Assistant configuration folder. `addons` for a local custom repository. `share` is a folder that can access from add-ons and Home Assistant too. `backup` for access to snapshot files. `ssl` for certificate storage, be careful with this option! Defaults all to `true`, except for `ssl`.
|
- **map** (*Optional*): Control which folders will be exposed. `config` shares the Home Assistant configuration folder. `addons` shares the local custom repositiory. `share` shares a folder that can be accessed by add-ons and Home Assistant. `backup` shares access to snapshot files. `ssl` shares certificate storage. Be careful with the `ssl` option! Defaults are all set to `true`, except for `ssl`.
|
||||||
- **username** (*Optional*): The username for logging in if guest login is not used.
|
- **username** (*Optional*): Username for logging in if guest login is not used.
|
||||||
- **password** (*Optional*): Password for `username`. An empty password is not supported.
|
- **password** (*Optional*): Password for `username`. An empty password is not supported.
|
||||||
- **interface** (*Optional*): Interface on that will start the share. Normally is `eth0` for ethernet wired connection and `wlan0` for wireless connection.
|
- **interface** (*Optional*): Interface that will start the share. Normally this is `eth0` for ethernet wired connection and `wlan0` for wireless connection.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user