Files
addons/samba
2019-10-05 14:49:31 +02:00
..
2019-06-11 13:35:40 +02:00
2018-03-23 23:59:49 +01:00
2019-10-05 14:49:31 +02:00
2019-01-09 13:59:44 +01:00
2018-11-04 17:21:45 +01:00

Hass.io Core Add-on: Samba share

Share your configuration over the network

Supports aarch64 Architecture Supports amd64 Architecture Supports armhf Architecture Supports armv7 Architecture Supports i386 Architecture

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.

  1. Navigate in your Home Assistant frontend to Hass.io -> Add-on Store.
  2. Find the "Samba share" add-on and click it.
  3. Click on the "INSTALL" button.

How to use

In the configuration section, define a username and password and save teh configuratione

  1. Start the add-on.
  2. Have some patience and wait a couple of minutes.
  3. 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"
  ]
}

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.

Known issues and limitations

Support

Got questions?

You have several options to get them answered:

In case you've found an bug, please open an issue on our GitHub.