Update config.json

This commit is contained in:
Alexandre
2024-05-21 13:28:24 +02:00
committed by GitHub
parent d0f385c690
commit 7d6a645838

View File

@@ -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]"
} }