forked from v3rm0n/addon-shairport-sync
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
executable file
·47 lines (46 loc) · 1.02 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "Shairport Sync",
"version": "0.0.3",
"slug": "shairport_sync",
"description": "Shairport Sync for Hass.io",
"url": "https://github.com/v3rm0n/addon-shairport-sync",
"startup": "application",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"boot": "auto",
"hassio_api": true,
"homeassistant_api": true,
"host_network": true,
"hassio_role": "default",
"privileged": [],
"audio": true,
"map": [
"config:rw",
"share:rw"
],
"options": {
"log_level": "info",
"avahi_interfaces": "",
"avahi_hostname": "",
"avahi_domainname": "local",
"airplay_name": "Hass.io",
"enable_ipv6": false
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"avahi_interfaces": "str",
"avahi_hostname": "str",
"avahi_domainname": "str",
"airplay_name": "str",
"enable_ipv6": "bool"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "maidok/{arch}-addon-shairport-sync"
}