Files
addons/samba/config.yaml

69 lines
1.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
version: 12.5.4
slug: samba
name: Samba share
description: HaDB官方同步版官方源无法安装的可以安装本插件
url: https://git.hadb.cn/ha/addons/src/master/samba
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
hassio_api: true
host_network: true
image: homeassistant/{arch}-addon-samba
init: false
map:
- addons:rw
- all_addon_configs:rw
- backup:rw
- homeassistant_config:rw
- media:rw
- share:rw
- ssl:rw
options:
username: homeassistant
password: null
workgroup: WORKGROUP
local_master: true
enabled_shares:
- addons
- addon_configs
- backup
- config
- media
- share
- ssl
compatibility_mode: false
apple_compatibility_mode: true
server_signing: "default"
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
- 169.254.0.0/16
- fe80::/10
- fc00::/7
schema:
username: str
password: password
workgroup: str
local_master: bool
enabled_shares:
- "match(^(?i:(addons|addon_configs|backup|config|media|share|ssl))$)"
compatibility_mode: bool
apple_compatibility_mode: bool
server_signing: list(default|auto|mandatory|disabled)
veto_files:
- str
allow_hosts:
- str
startup: services