Files
addons/samba/config.yaml
Laszlo Magyar 1d0311178b Enable Samba on all supported interfaces (#2353)
* Restore interface configuration

* run on all supported interfaces

* add loopback to the interface list

* fix ShellCheck errors
2022-04-27 17:57:20 -04:00

50 lines
837 B
YAML

---
version: 9.6.0
slug: samba
name: Samba share
description: Expose Home Assistant folders with SMB/CIFS
url: https://github.com/home-assistant/hassio-addons/tree/master/samba
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
hassio_api: true
host_network: true
image: homeassistant/{arch}-addon-samba
init: false
map:
- config:rw
- ssl:rw
- addons:rw
- share:rw
- backup:rw
- media:rw
options:
allow_hosts:
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
- fe80::/10
compatibility_mode: false
password: null
username: homeassistant
veto_files:
- ._*
- .DS_Store
- Thumbs.db
- icon?
- .Trashes
workgroup: WORKGROUP
schema:
allow_hosts:
- str
compatibility_mode: bool
password: password
username: str
veto_files:
- str
workgroup: str
startup: services