-
-
Notifications
You must be signed in to change notification settings - Fork 247
/
Copy pathconfig.json
36 lines (36 loc) · 846 Bytes
/
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
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "manual",
"codenotary": "[email protected]",
"description": "Automatic addons update by aligning version tag with upstream releases",
"environment": {
"GIT_DISCOVERY_ACROSS_FILESYSTEM": "1"
},
"image": "ghcr.io/alexbelgium/addons_updater-{arch}",
"init": false,
"map": [
"addon_config:rw"
],
"name": "Repository Updater",
"options": {
"gitapi": "gitapi",
"gituser": "gituser",
"repository": "alexbelgium/hassio-addons"
},
"schema": {
"dry_run": "bool?",
"gitapi": "str",
"gitmail": "str?",
"gituser": "str",
"repository": "str",
"verbose": "bool?"
},
"slug": "updater",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater",
"version": "3.19.10"
}