{"id":27400879,"url":"https://github.com/chatmail/notifiers","last_synced_at":"2025-10-07T22:54:35.068Z","repository":{"id":66181746,"uuid":"283489120","full_name":"chatmail/notifiers","owner":"chatmail","description":"Notify devices","archived":false,"fork":false,"pushed_at":"2025-03-25T16:43:50.000Z","size":113,"stargazers_count":7,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-10T21:22:43.208Z","etag":null,"topics":["apns","chatmail","fcm","notifications","proxy"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chatmail.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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},"funding":{"custom":["https://delta.chat/en/contribute#donate-money"],"liberapay":"delta.chat","open_collective":"delta-chat"}},"created_at":"2020-07-29T12:09:58.000Z","updated_at":"2025-03-27T17:10:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab8621ff-4ea1-4ac1-acbd-0743e801cc55","html_url":"https://github.com/chatmail/notifiers","commit_stats":{"total_commits":49,"total_committers":4,"mean_commits":12.25,"dds":0.2857142857142857,"last_synced_commit":"ba21f67ce32be634ed0b9434bf78109f48a12f17"},"previous_names":["deltachat/notifiers","chatmail/notifiers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmail%2Fnotifiers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmail%2Fnotifiers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmail%2Fnotifiers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmail%2Fnotifiers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chatmail","download_url":"https://codeload.github.com/chatmail/notifiers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819352,"owners_count":21166474,"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":["apns","chatmail","fcm","notifications","proxy"],"created_at":"2025-04-14T03:51:53.739Z","updated_at":"2025-10-07T22:54:29.985Z","avatar_url":"https://github.com/chatmail.png","language":"Rust","funding_links":["https://delta.chat/en/contribute#donate-money","https://liberapay.com/delta.chat","https://opencollective.com/delta-chat"],"categories":[],"sub_categories":[],"readme":"# Chatmail Notification Proxy\n\nThe Chatmail notification proxy is deployed as a central service\non https://notifications.delta.chat \n\nThe notification proxy is a small Rust program \nthat forwards \"device tokens\" to Apple and Google \"Push Services\"\nthat in turn wake up the clients\nusing [Chatmail core](https://github.com/chatmail/core/) on user's devices.\n\n## Usage \n\n### Certificates\n\nThe certificate file provided must be a `.p12` file. Instructions for how to create can be found [here](https://stackoverflow.com/a/28962937/1358405).\n\n### Running\n\n```sh\n$ cargo build --release\n$ ./target/release/notifiers --certificate-file \u003cfile.p12\u003e --password \u003cpassword\u003e\n```\n\n### Registering devices\n\n```sh\n$ curl -X POST -d '{ \"token\": \"\u003cdevice token\u003e\" }' http://localhost:9000/register\n```\n\n### Enabling metrics\n\nTo enable OpenMetrics (Prometheus) metrics endpoint,\nrun with `--metrics` argument,\ne.g. `--metrics 127.0.0.1:9001`.\nMetrics can then be retrieved with\n`curl http://127.0.0.1:9001/metrics`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatmail%2Fnotifiers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchatmail%2Fnotifiers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatmail%2Fnotifiers/lists"}