mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-05 03:14:54 +01:00
This commit is contained in:
38
changedetection.io/config.json
Normal file
38
changedetection.io/config.json
Normal 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]"
|
||||
}
|
||||
Reference in New Issue
Block a user