mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update samba.markdown
This commit is contained in:
parent
26e4cfe4d7
commit
8179ddb1e1
@ -16,11 +16,16 @@ This allows you to set up a [Samba](https://samba.org/) server to access hass.io
|
||||
"name": "hassio",
|
||||
"workgroup": "WORKGROUP",
|
||||
"guest": true,
|
||||
"map_config": true,
|
||||
"map_addons": true,
|
||||
"map_ssl": false,
|
||||
"map": {
|
||||
"config": true,
|
||||
"addons": true,
|
||||
"share": true,
|
||||
"backup": true,
|
||||
"ssl": false,
|
||||
}
|
||||
"username": "",
|
||||
"password": ""
|
||||
"password": "",
|
||||
"interface": "eth0"
|
||||
}
|
||||
```
|
||||
|
||||
@ -29,8 +34,7 @@ Configuration variables:
|
||||
- **name** (*Optional*): default `hassio`. Set netbios name of hassio device.
|
||||
- **workgroup** (*Optional*): default `WORKGROUP`. Set network workgroup.
|
||||
- **guest** (*Optional*): Allow login without a username or password. Defaults to `true`.
|
||||
- **map_config** (*Optional*): Expose Home Assistant configuration folder. Defaults to `true`.
|
||||
- **map_addons** (*Optional*): Expose local custom addons folder. Defaults to `true`.
|
||||
- **map_ssl** (*Optional*): Expose SSL folder. Be careful with this option! Defaults to `false`.
|
||||
- **map** (*Optional*): Control whitch folder will be expose. `config` is for Home Assistant configuration folder. `addons` for local custom repositiory. `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 to `true`.
|
||||
- **username** (*Optional*): The username for logging in if guest login is not used.
|
||||
- **password** (*Optional*): Password for `username`. An empty password is not supported.
|
||||
- **interface** (*Optional*): Interface on that will start the share. Normaly is `eth0` for ethernet wired connection and `wlan0` for wireless connection.
|
||||
|
Loading…
x
Reference in New Issue
Block a user