Skip to content

lmagyar/homeassistant-addon-samba-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,664 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant Custom App: Samba share with features

Share your configuration over the network using Windows file sharing.

Warning

This is a fork of the official app!

Changes:

  • Restore the possibility to specify interfaces in the configuration

Note: By default, the configuration is interfaces: [], so Samba will run on localhost only, and list possible interface values as notice in the log.


Note: Please use interfaces, the plural form, with an S at the end.

The official app in the past used a plain string and we were able to add multiple interfaces separated with a space, but this forked version uses a string list, because this is the way how we should specify multiple items, ie. a list, like veto_files and allow_hosts.

So the correct form is:

interfaces:
  - eth0
  - wlan0

Warning

GitHub Release Last Updated Reported Installations Project Stage License

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

Github Actions Project Maintenance GitHub Activity

About

This app (formerly known as add-on) allows you to enable file sharing across different operating systems over a network. It lets you access your config files with Windows and macOS devices.

Installation

  1. Navigate in your Home Assistant frontend to Settings > Apps > Install app.
  2. In the ... menu at the top right corner click Repositories, add https://github.com/lmagyar/homeassistant-addon-samba-interface as repository.
  3. Find the "Samba share with features" app and click it. If it doesn't show up, wait until HA refreshes the information about the app, or click Check for updates in the ... menu at the top right corner.
  4. Click on the "INSTALL" button.

Documentation

For more details, please see the app's Documentation pages.

Contributors