{"id":24319682,"url":"https://github.com/jroy/caddydns-infoblox","last_synced_at":"2026-07-08T20:31:39.327Z","repository":{"id":272820890,"uuid":"917764090","full_name":"JRoy/caddydns-infoblox","owner":"JRoy","description":"Caddy module: dns.providers.infoblox","archived":false,"fork":false,"pushed_at":"2025-05-06T16:52:38.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T07:56:24.669Z","etag":null,"topics":["caddy","caddy-dns","caddy-module","caddyserver","infoblox","libdns","libdns-providers"],"latest_commit_sha":null,"homepage":"","language":"Go","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/JRoy.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,"zenodo":null}},"created_at":"2025-01-16T15:51:15.000Z","updated_at":"2025-05-06T16:52:41.000Z","dependencies_parsed_at":"2025-01-16T20:50:07.466Z","dependency_job_id":"62baf172-1c2d-434a-adfe-05effa9c6a42","html_url":"https://github.com/JRoy/caddydns-infoblox","commit_stats":null,"previous_names":["jroy/caddydns-infoblox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JRoy/caddydns-infoblox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JRoy%2Fcaddydns-infoblox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JRoy%2Fcaddydns-infoblox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JRoy%2Fcaddydns-infoblox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JRoy%2Fcaddydns-infoblox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JRoy","download_url":"https://codeload.github.com/JRoy/caddydns-infoblox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JRoy%2Fcaddydns-infoblox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35278166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["caddy","caddy-dns","caddy-module","caddyserver","infoblox","libdns","libdns-providers"],"created_at":"2025-01-17T15:35:47.021Z","updated_at":"2026-07-08T20:31:39.309Z","avatar_url":"https://github.com/JRoy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Infoblox module for Caddy\n===========================\n\nThis package contains a DNS provider module for [Caddy](https://github.com/caddyserver/caddy). It can be used to manage DNS records with Infoblox accounts.\n\n## Caddy module name\n\n```\ndns.providers.infoblox\n```\n\n## Configuration\n\n### JSON Example\n\nTo use this module for the ACME DNS challenge, [configure the ACME issuer in your Caddy JSON](https://caddyserver.com/docs/json/apps/tls/automation/policies/issuers/acme/) like so:\n\n```json\n{\n\t\"module\": \"acme\",\n\t\"challenges\": {\n\t\t\"dns\": {\n\t\t\t\"provider\": {\n\t\t\t\t\"name\": \"infoblox\",\n\t\t\t\t\"host\": \"INFOBLOX_HOST\",\n                \"version\": \"INFOBLOX_VERSION\",\n                \"username\": \"INFOBLOX_USERNAME\",\n                \"password\": \"INFOBLOX_PASSWORD\"\n\t\t\t}\n\t\t}\n\t}\n}\n```\n\n### Caddyfile Examples\n\n```Caddyfile\ntls {\n\tdns infoblox {\n\t\thost {env.INFOBLOX_HOST}\n\t\tversion {env.INFOBLOX_VERSION}\n\t\tusername {env.INFOBLOX_USERNAME}\n\t\tpassword {env.INFOBLOX_PASSWORD}\n\t}\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjroy%2Fcaddydns-infoblox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjroy%2Fcaddydns-infoblox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjroy%2Fcaddydns-infoblox/lists"}