diff options
| author | Long Nguyen <[email protected]> | 2021-04-23 19:48:23 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-23 08:48:23 -0400 |
| commit | f70b3a63075a87dee113e6531ece5e1c90a5cf8a (patch) | |
| tree | f86b5c2bdd960fcde0ba18b0e02411d2e153a9c0 | |
| parent | ecfce02a93c376c3a9258bdc7a662453679529e7 (diff) | |
| download | caprover-one-click-apps-f70b3a63075a87dee113e6531ece5e1c90a5cf8a.tar.gz caprover-one-click-apps-f70b3a63075a87dee113e6531ece5e1c90a5cf8a.zip | |
feat: add changedetection.io (#404)
| -rw-r--r-- | public/v4/apps/changedetection.yml | 28 | ||||
| -rw-r--r-- | public/v4/logos/changedetection.png | bin | 0 -> 6842 bytes |
2 files changed, 28 insertions, 0 deletions
diff --git a/public/v4/apps/changedetection.yml b/public/v4/apps/changedetection.yml new file mode 100644 index 0000000..5cb0478 --- /dev/null +++ b/public/v4/apps/changedetection.yml @@ -0,0 +1,28 @@ +captainVersion: 4 +services: + $$cap_appname: + image: dgtlmoon/changedetection.io:$$cap_version + volumes: + - '$$cap_appname-data:/datastore' + caproverExtra: + containerHttpPort: '5000' +caproverOneClickApp: + variables: + - id: $$cap_version + label: ChangeDetection.io version + defaultValue: 0.27 + description: 'Check out their docker page for the valid tags https://hub.docker.com/r/dgtlmoon/changedetection.io/tags' + instructions: + start: >- + Self-hosted website change detection monitoring. + For more info visit https://github.com/dgtlmoon/changedetection.io + end: |- + ChangeDetection.io has been successfully deployed! + App is available as http://$$cap_appname.$$cap_root_domain. + Don't forget to use Caprover's HTTP Basic Auth to protect your app. + displayName: ChangeDetection.io + isOfficial: false + description: >- + ChangeDetection.io is the self-hosted website change detection monitoring. + documentation: >- + This docker-compose is taken from https://github.com/dgtlmoon/changedetection.io diff --git a/public/v4/logos/changedetection.png b/public/v4/logos/changedetection.png Binary files differnew file mode 100644 index 0000000..d4d4c3d --- /dev/null +++ b/public/v4/logos/changedetection.png |
