forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
41 lines (41 loc) · 871 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
37
38
39
40
41
{
"arch": [
"aarch64",
"amd64"
],
"codenotary": "[email protected]",
"description": "web page monitoring, notification and change detection",
"environment": {
"LC_ALL": "en_US.UTF-8",
"TIMEOUT": "60000"
},
"image": "ghcr.io/alexbelgium/changedetection.io-{arch}",
"init": false,
"map": [
"config:rw"
],
"name": "Changedetection.io",
"options": {
"PGID": 0,
"PUID": 0,
"TIMEOUT": "60000"
},
"ports": {
"5000/tcp": 5000
},
"ports_description": {
"5000/tcp": "Webui"
},
"schema": {
"BASE_URL": "str?",
"PGID": "int",
"PUID": "int",
"TIMEOUT": "int",
"TZ": "str?"
},
"slug": "changedetection.io",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io",
"version": "0.47.5",
"webui": "http://[HOST]:[PORT:5000]"
}