Skip to content

Commit

Permalink
ADDED: changedetection.io (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Need-C8H10N4O2 authored Jan 14, 2024
1 parent d8a4925 commit cb98be6
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
61 changes: 61 additions & 0 deletions servapps/changedetection.io/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -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}
}
]
}
}
}
9 changes: 9 additions & 0 deletions servapps/changedetection.io/description.json
Original file line number Diff line number Diff line change
@@ -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"]
}
Binary file added servapps/changedetection.io/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/changedetection.io/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb98be6

Please sign in to comment.