From 4b4694c4160cb1ee9652b33606ef1b79cffb3a1b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 4 May 2017 00:01:30 +0200 Subject: [PATCH] Update samba.markdown --- source/_addons/samba.markdown | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/source/_addons/samba.markdown b/source/_addons/samba.markdown index 285c11e2bb0..09578a853b8 100644 --- a/source/_addons/samba.markdown +++ b/source/_addons/samba.markdown @@ -9,4 +9,26 @@ sharing: true footer: true --- -[Placeholder] \ No newline at end of file +Setup a [samba](https://samba.org/) server. Allow to access severals hass.io folders with windows network shares. + +```json +{ + "workgroup": "WORKGROUP", + "guest": true, + "map_config": true, + "map_addons": true, + "map_ssl": false, + "username": "", + "password": "" +} +``` + +Option variables: + +- **workgroup** (*Optional*): default `WORKGROUP`. Set network workgroup. +- **guest** (*Optional*): default true. Allow login without a username or password. +- **map_config** (*Optional*): default true. Expose homeassistant config folder. +- **map_addons** (*Optional*): default true. Expose local custom addons folder. +- **map_ssl** (*Optional*): default false. Expose ssl folder. Be carfuly with that option! +- **username** (*Optional*): default empty. The username for login if guest login is not active. +- **password** (*Optional*): default empty. Set the password for `username`. A empty password will be not supported.