mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-06 13:44:21 +01:00
* Update deployment * fix workflow * Fix order * restruct v1 * Fix style v2 * Cleanup style v3 * fix style v4 * Last style fix * Address comments * Update builder to 2021.11.3 * Fix let's encrypt * fix lint * Use ghcr.io * fix * Update versions * fix readme
49 lines
833 B
YAML
49 lines
833 B
YAML
version: 9.5.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:
|
|
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
|