Files
hassio-addons/changedetection.io/config.json
2024-03-09 01:56:19 +01:00

36 lines
750 B
JSON

{
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "web page monitoring, notification and change detection",
"image": "ghcr.io/alexbelgium/changedetection.io-{arch}",
"init": false,
"map": [
"config:rw"
],
"name": "Changedetection.io",
"options": {
"PGID": 0,
"PUID": 0
},
"ports": {
"5000/tcp": 5000
},
"ports_description": {
"5000/tcp": "Webui"
},
"schema": {
"BASE_URL": "str?",
"PGID": "int",
"PUID": "int",
"TZ": "str?"
},
"slug": "changedetection.io",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io",
"version": "0.45.16",
"webui": "http://[HOST]:[PORT:5000]"
}