mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
2.6 KiB
2.6 KiB
Hass.io Core Add-on: Samba share
Share your configuration over the network
About
This Add-on allows you to enable file sharing across different operating systems over a network. It lets you acess your config files with Windows and macOS devices.
Installation
The installation of this add-on is straightforward and easy to do.
- Navigate in your Home Assistant frontend to Hass.io -> Add-on Store.
- Find the "Samba share" add-on and click it.
- Click on the "INSTALL" button.
How to use
- In the configuration section, set a username and password.
- Save the configuration.
- Start the add-on.
- Check the add-on log output to see the result.
Configuration
Add-on configuration:
{
"workgroup": "WORKGROUP",
"username": "Hassio",
"password": "null",
"interface": "",
"allow_hosts": [
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16"
],
"veto_files": [
"._*",
".DS_Store",
"Thumbs.db"
]
}
Option: workgroup (required)
Change WORKGROUP to reflect your network needs.
Option: username (required)
Option: password (required)
Option: interface (required)
Option: allow_hosts (required)
List of hosts/networks allowed to access your configuration.
Option: veto_files (optional)
List of files that are neither visible nor accessible. Useful to stop clients from littering the share with temporary hidden files (ex: macOS .DS_Store, Windows Thumbs.db)
Known issues and limitations
Support
Got questions?
You have several options to get them answered:
- The Home Assistant Discord Chat Server.
- The Home Assistant Community Forum.
- Join the Reddit subreddit in /r/homeassistant
In case you've found a bug, please open an issue on our GitHub.