Alexandre
2023-09-10 07:39:48 +02:00
parent 629efc0e93
commit efaf494115
12 changed files with 146 additions and 35 deletions

View File

@@ -0,0 +1,38 @@
{
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "free, open-source web page monitoring, notification and change detection",
"environment": {
"PGID": "0",
"PUID": "0"
},
"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": "[PROTO:ssl]://[HOST]:[PORT:5000]"
}