Files
addons/samba/config.yaml
Laszlo Magyar ce10622316 [Samba] Remove lo interface (#2457)
* remove lo interface

* Update samba changelog and bump samba add-on version

* Exit with error if there are no supported interfaces

* Better error message
2022-04-29 13:51:18 -04:00

50 lines
837 B
YAML

---
version: 9.6.1
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:
username: homeassistant
password: null
workgroup: WORKGROUP
compatibility_mode: false
veto_files:
- ._*
- .DS_Store
- Thumbs.db
- icon?
- .Trashes
allow_hosts:
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
- fe80::/10
schema:
username: str
password: password
workgroup: str
compatibility_mode: bool
veto_files:
- str
allow_hosts:
- str
startup: services