mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-24 16:26:04 +02:00
Update config.json
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
],
|
],
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "web page monitoring, notification and change detection",
|
"description": "web page monitoring, notification and change detection",
|
||||||
|
"environment": {
|
||||||
|
"TIMEOUT": "60000"
|
||||||
|
}
|
||||||
"image": "ghcr.io/alexbelgium/changedetection.io-{arch}",
|
"image": "ghcr.io/alexbelgium/changedetection.io-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": [
|
||||||
@@ -13,7 +16,8 @@
|
|||||||
"name": "Changedetection.io",
|
"name": "Changedetection.io",
|
||||||
"options": {
|
"options": {
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
"PUID": 0
|
"PUID": 0,
|
||||||
|
"TIMEOUT": "60000"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"5000/tcp": 5000
|
"5000/tcp": 5000
|
||||||
@@ -25,11 +29,12 @@
|
|||||||
"BASE_URL": "str?",
|
"BASE_URL": "str?",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
|
"TIMEOUT": "int",
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
},
|
},
|
||||||
"slug": "changedetection.io",
|
"slug": "changedetection.io",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io",
|
||||||
"version": "0.45.22",
|
"version": "0.45.22-2",
|
||||||
"webui": "http://[HOST]:[PORT:5000]"
|
"webui": "http://[HOST]:[PORT:5000]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user