diff --git a/servapps/changedetection.io/cosmos-compose.json b/servapps/changedetection.io/cosmos-compose.json new file mode 100644 index 00000000..8cbedd3d --- /dev/null +++ b/servapps/changedetection.io/cosmos-compose.json @@ -0,0 +1,61 @@ + +{ + "cosmos-installer": { + "form": [ + { + "name": "adminOnly", + "label": "Do you want to make this service admin only?", + "initialValue": false, + "type": "checkbox" + } + ] + }, + "minVersion": "0.13.0", + "services": { + "{ServiceName}": { + "image": "lscr.io/linuxserver/changedetection.io:latest", + "container_name": "{ServiceName}", + "restart": "unless-stopped", + "UID": 1000, + "GID": 1000, + "environment": [ + "PUID=1000", + "PGID=1000", + "TZ=auto", + "BASE_URL=/" + ], + "labels": { + "cosmos-force-network-secured": "true", + "cosmos-auto-update": "true", + "cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/changedetection.io/icon.png" + }, + "volumes": [ + { + "source": "{ServiceName}-config", + "target": "/config", + "type": "volume" + } + ], + "routes": [ + { + "name": "{ServiceName}", + "description": "Expose {ServiceName} to the web", + "useHost": true, + "target": "http://{ServiceName}:5000", + "mode": "SERVAPP", + "CORSOrigin": "*", + "Timeout": 14400000, + "ThrottlePerMinute": 12000, + "BlockCommonBots": true, + "SmartShield": { + "Enabled": true + }, + "AuthEnabled": true + {if Context.adminOnly} + , "AuthAdmin": true + {/if} + } + ] + } + } +} \ No newline at end of file diff --git a/servapps/changedetection.io/description.json b/servapps/changedetection.io/description.json new file mode 100644 index 00000000..6be2e739 --- /dev/null +++ b/servapps/changedetection.io/description.json @@ -0,0 +1,9 @@ +{ + "name": "changedetection", + "longDescription": "ChangeDetection.io is an advanced web monitoring service designed to track changes across websites. This tool is particularly useful for individuals and businesses needing to stay informed about updates, new content, or alterations on specific web pages. It works by regularly scanning designated websites and comparing current page content with previously stored versions. Users can receive notifications whenever a change is detected. This functionality is invaluable for competitive analysis, tracking regulatory changes, monitoring competitors' pricing strategies, or staying updated with news or content updates. The service offers a user-friendly interface, customizable alert settings, and robust scanning capabilities, making it a go-to solution for comprehensive web change detection.", + "description": "changedetection.io is a free website change monitoring tool. Receive alerts by email, SMS or Slack when your website is down or has unexpected changes.", + "tags": ["monitor", "website", "change", "detection", "alert", "open source", "diff", "tracker", "utilities"], + "repository": "https://github.com/dgtlmoon/changedetection.io", + "image": "https://hub.docker.com/r/linuxserver/changedetection.io", + "supported_architectures": ["amd64", "arm64"] +} \ No newline at end of file diff --git a/servapps/changedetection.io/icon.png b/servapps/changedetection.io/icon.png new file mode 100644 index 00000000..ff5cf145 Binary files /dev/null and b/servapps/changedetection.io/icon.png differ diff --git a/servapps/changedetection.io/screenshots/1.png b/servapps/changedetection.io/screenshots/1.png new file mode 100644 index 00000000..e6d35826 Binary files /dev/null and b/servapps/changedetection.io/screenshots/1.png differ