Files
hassio-addons/changedetection.io/config.json
2023-09-10 07:49:48 +02:00

35 lines
755 B
JSON

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