{"id":46345283,"url":"https://github.com/zonemaster/zonemaster-backend","last_synced_at":"2026-03-04T21:11:25.685Z","repository":{"id":23536701,"uuid":"26903539","full_name":"zonemaster/zonemaster-backend","owner":"zonemaster","description":"The Zonemaster Backend - part of the Zonemaster project","archived":false,"fork":false,"pushed_at":"2025-12-19T14:55:33.000Z","size":2647,"stargazers_count":16,"open_issues_count":87,"forks_count":24,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-01-14T17:27:39.889Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zonemaster.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-11-20T08:45:46.000Z","updated_at":"2025-12-19T13:03:56.000Z","dependencies_parsed_at":"2023-02-14T16:20:18.417Z","dependency_job_id":"37cfde0b-891a-4d3d-a64e-10808010a14a","html_url":"https://github.com/zonemaster/zonemaster-backend","commit_stats":null,"previous_names":["dotse/zonemaster-backend"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/zonemaster/zonemaster-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonemaster%2Fzonemaster-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonemaster%2Fzonemaster-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonemaster%2Fzonemaster-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonemaster%2Fzonemaster-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zonemaster","download_url":"https://codeload.github.com/zonemaster/zonemaster-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonemaster%2Fzonemaster-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30093130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T20:42:30.420Z","status":"ssl_error","status_checked_at":"2026-03-04T20:42:30.057Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-03-04T21:11:25.076Z","updated_at":"2026-03-04T21:11:25.676Z","avatar_url":"https://github.com/zonemaster.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zonemaster Backend\n\n### Purpose\nThis repository is one of the components of the Zonemaster software. For an\noverview of the Zonemaster software, please see the\n[Zonemaster repository].\n\nThis module is the Backend JSON/RPC weservice for the Web Interface part of\nthe Zonemaster project. It offers a JSON/RPC api to run tests one by one\n(as the zonemaster-gui web frontend module does, or by using a batch API to\nrun the Zonemaster engine on many domains)\n\nA Zonemaster user needs to install the backend only in the case where there is a\nneed of logging the Zonemaster test runs in one's own respective database for\nanalysing.\n\n\n### Prerequisites\n\nBefore you install the Zonemaster Backend, you need the\nZonemaster Engine installed. Please see the\n[Zonemaster Engine installation instructions][Zonemaster-Engine installation].\n\n\n### Upgrade\n\nSee the [upgrade document].\n\n\n### Installation\n\nFollow the detailed [installation instructions].\n\n\n### Configuration\n\nSee the [configuration documentation].\n\n\n### Documentation\n\nThe Zonemaster Backend documentation is split up into several documents:\n\n* A number of [Typographic Conventions] are used throughout this documentation.\n* The [Architecture] document describes each of the Zonemaster Backend\n  components and how they operate. It also discusses all central concepts\n  needed to understand the Zonemaster backend, and contains a glossary over\n  domain specific technical terms.\n* The [Getting Started] guide walks you through creating a *test* and following\n  it through its life cycle, all using JSON-RPC calls to the *RPC API daemon*.\n* The [API] documentation describes the *RPC API daemon* inteface in detail.\n\n\n## License\n\nThis is free software under a 2-clause BSD license. The full text of the license can\nbe found in the [LICENSE](LICENSE) file included in this respository.\n\n\n[API]:                            https://github.com/zonemaster/zonemaster/blob/master/docs/public/using/backend/rpcapi-reference.md\n[Architecture]:                   docs/Architecture.md\n[Configuration documentation]:    https://github.com/zonemaster/zonemaster/blob/master/docs/public/configuration/backend.md\n[Getting Started]:                https://github.com/zonemaster/zonemaster/blob/master/docs/public/using/backend/getting-started.md\n[Installation instructions]:      https://github.com/zonemaster/zonemaster/blob/master/docs/public/installation/zonemaster-backend.md\n[Typographic Conventions]:        docs/TypographicConventions.md\n[Upgrade document]:               https://github.com/zonemaster/zonemaster/blob/master/docs/public/upgrading/backend.md\n[Zonemaster-Engine installation]: https://github.com/zonemaster/zonemaster/blob/master/docs/public/installation/zonemaster-engine.md\n[Zonemaster repository]:          https://github.com/zonemaster/zonemaster\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzonemaster%2Fzonemaster-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzonemaster%2Fzonemaster-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzonemaster%2Fzonemaster-backend/lists"}