{"id":15364107,"url":"https://github.com/psidex/ipmon","last_synced_at":"2026-03-10T13:33:28.157Z","repository":{"id":65296376,"uuid":"471547178","full_name":"psidex/ipmon","owner":"psidex","description":"Monitor your public IP and get notified when it changes","archived":false,"fork":false,"pushed_at":"2025-05-07T20:21:24.000Z","size":53,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T17:54:20.093Z","etag":null,"topics":["change-detection","ip","ip-monitor","ipv4","monitoring","monitoring-tool","public-ip","public-ip-address"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psidex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2022-03-18T23:48:27.000Z","updated_at":"2025-05-12T23:05:27.000Z","dependencies_parsed_at":"2025-03-08T23:22:27.160Z","dependency_job_id":"f212b39e-2ff1-4744-8ae5-b5c07dafe923","html_url":"https://github.com/psidex/ipmon","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"48df1b3707a00ad501d9b1ba26f7b4bc6507403a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psidex/ipmon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psidex%2Fipmon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psidex%2Fipmon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psidex%2Fipmon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psidex%2Fipmon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psidex","download_url":"https://codeload.github.com/psidex/ipmon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psidex%2Fipmon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30334675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T12:41:07.687Z","status":"ssl_error","status_checked_at":"2026-03-10T12:41:06.728Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","ip","ip-monitor","ipv4","monitoring","monitoring-tool","public-ip","public-ip-address"],"created_at":"2024-10-01T13:10:01.191Z","updated_at":"2026-03-10T13:33:28.131Z","avatar_url":"https://github.com/psidex.png","language":"Rust","readme":"# ipmon\n\nipmon is a CLI tool which can monitor a machines public IP by periodically requesting it from a web server on the internet, such as [checkip.amazonaws.com](https://checkip.amazonaws.com/). If an IP change is detected, it can send notifications via most services by using [apprise](https://github.com/caronc/apprise).\n\n## Deploy Using Docker\n\n```bash\ndocker run -d --name ipmon \\\n    --restart unless-stopped \\\n    -v $(pwd)/config.yaml:/config.yaml \\\n    psidex/ipmon:latest\n```\n\n## Config\n\nipmon is configured using a `config.yaml` file, this should exist in the working directory, or the path can be provided as an arg, e.g. `ipmon ./path/to/config.yaml`.\n\nIf you're running the Docker image, mount your config file to `/config.yaml` inside the container. If you want access to the IP cache file, mount a file to `/ipmon.cache`.\n\nUse the `server` key to set the IP web server, this can be any URL that returns a **plaintext IPv4**, IPv6 is unsupported.\n\nThe `interval` key is the number of seconds ipmon will wait between checking for an IP change.\n\nIf the `notifications` key is set, it should contain an array of objects, each with a `title`, `body`, and `url`. `body` can contain the string `{{ip}}` which will get replaced with the newly detected IP. These will be passed into [apprise](https://github.com/caronc/apprise), which **will need to be installed and in your PATH if you're using ipmon as a standalone binary** (don't worry about this if you're using the Docker image).\n\n### Example config.yaml\n\n```yaml\nserver: \"https://checkip.amazonaws.com/\"\ninterval: 600\nnotifications:\n  - title: \"ipmon\"\n    body: \"IP changed to {{ip}}\"\n    url: \"twilio://abc:def@123/456\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsidex%2Fipmon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsidex%2Fipmon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsidex%2Fipmon/lists"}