app-store/apps/changedetection/config.json
Stavros 5c50b5f6e3
fix(changedetection): bump tipi version and remove env variable (#1616)
* fix(changedetection): remove chrome container 

Chrome container image is 1.17gb in size and quite heavy. Since its not required by changedetection it would be just a custom user config.

* fix(changedetection): bump version and remove env
2023-11-17 21:17:47 +01:00

23 lines
584 B
JSON

{
"name": "ChangeDetection",
"available": true,
"port": 8257,
"exposable": true,
"id": "changedetection",
"description": "The best and simplest free open source website change detection, restock monitor and notification service.",
"tipi_version": 6,
"version": "0.45.7",
"categories": [
"utilities"
],
"short_desc": "Website change detection.",
"author": "dgtlmoon",
"source": "https://github.com/dgtlmoon/changedetection.io",
"website": "https://changedetection.io/",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
}