{"id":19261838,"url":"https://github.com/ivanch/notificc","last_synced_at":"2026-04-16T19:45:03.369Z","repository":{"id":39267857,"uuid":"213012054","full_name":"ivanch/notificc","owner":"ivanch","description":"Log when some website changes.","archived":false,"fork":false,"pushed_at":"2023-03-04T05:38:07.000Z","size":5200,"stargazers_count":2,"open_issues_count":13,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T18:43:35.107Z","etag":null,"topics":["change-detection","checker","docker","docker-image"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivanch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-05T14:18:45.000Z","updated_at":"2023-10-20T12:09:29.000Z","dependencies_parsed_at":"2024-11-09T19:39:23.544Z","dependency_job_id":null,"html_url":"https://github.com/ivanch/notificc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ivanch/notificc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanch%2Fnotificc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanch%2Fnotificc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanch%2Fnotificc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanch%2Fnotificc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanch","download_url":"https://codeload.github.com/ivanch/notificc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanch%2Fnotificc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259796304,"owners_count":22912688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["change-detection","checker","docker","docker-image"],"created_at":"2024-11-09T19:28:35.346Z","updated_at":"2026-04-16T19:44:58.342Z","avatar_url":"https://github.com/ivanch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cp align=\"center\"\u003eNotificC - Get notified when a website changes\u003c/p\u003e\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/ivanch/notificc/actions/workflows/main.yml\"\u003e\u003cimg src=\"https://github.com/ivanch/notificc/actions/workflows/main.yml/badge.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://hub.docker.com/r/ivanch/notificc\"\u003e\u003cimg src=\"https://img.shields.io/docker/image-size/ivanch/notificc\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.codacy.com/gh/ivanch/notificc/dashboard\"\u003e\u003cimg alt=\"Codacy grade\" src=\"https://app.codacy.com/project/badge/Grade/4ab5b78493614268a7d6aa73ea41bcb6\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://lgtm.com/projects/g/ivanch/notificc/\"\u003e\u003cimg alt=\"LGTM Alerts\" src=\"https://img.shields.io/lgtm/alerts/github/ivanch/notificc\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n* Auth Page\n* Push Notifications (allows multiple devices)\n* Website change logs\n\n## Deploy (Docker)\n```shell\ndocker run --name notificc -d \\\n    -m 150m \\\n    -p 8800:80 \\\n    -v $PWD/data:/api/shared \\\n    ivanch/notificc:latest\n```\n\nWith SSL:\n```shell\ndocker run --name notificc -d \\\n    -m 150m \\\n    -p 8800:80 \\\n    -v $PWD/data:/api/shared \\\n    -v /path/to/certs:/etc/nginx/certs \\\n    --env SSL_CERT=example.com.crt \\\n    --env SSL_KEY=example.com.key \\\n    ivanch/notificc:latest\n```\n\n## Build Docker Image\n**You'll have to build the image again if you don't want to use default http://example.domain as the service URL.**\n1. Clone this repo with `git clone https://github.com/ivanch/notificc`\n2. Run `docker build -t ivanch/notificc:latest --build-arg PUBLIC_URL=http://DOMAIN/PATH .`\n3. [Deploy](#deploy-docker)\n\n## Usage\nDefault password is *password*, you can change or disable that later in Settings.\n\nOnce at the index page, you can start/stop the checker by clicking at its status badge.\n\n## Screenshot\n\n![Index page](assets/index.png)\n\n## Development\n1. Run `pip install -r api/requirements.txt` to install all the requirements.\n2. Go to `web` folder, run `npm install` to install dependencies and `npm start` to start the development server.\n3. Go to `api` folder and run `python app.py` to start the API server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanch%2Fnotificc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanch%2Fnotificc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanch%2Fnotificc/lists"}