{"id":21887211,"url":"https://github.com/profcomff/caddy-dns-yandex-cloud","last_synced_at":"2025-10-08T21:30:16.882Z","repository":{"id":217100544,"uuid":"741939780","full_name":"profcomff/caddy-dns-yandex-cloud","owner":"profcomff","description":"Caddy DNS provider for Yandex Cloud DNS","archived":false,"fork":false,"pushed_at":"2024-08-04T21:06:22.000Z","size":116,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-28T11:08:41.422Z","etag":null,"topics":["caddyserver","dns","yandex","yandex-cloud"],"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/profcomff.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":"2024-01-11T12:30:36.000Z","updated_at":"2024-10-14T08:15:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc4f5021-e2fa-4cd6-9c06-d3699520aa77","html_url":"https://github.com/profcomff/caddy-dns-yandex-cloud","commit_stats":null,"previous_names":["profcomff/caddy-dns-yandex-cloud"],"tags_count":0,"template":false,"template_full_name":"caddy-dns/template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profcomff%2Fcaddy-dns-yandex-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profcomff%2Fcaddy-dns-yandex-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profcomff%2Fcaddy-dns-yandex-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profcomff%2Fcaddy-dns-yandex-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/profcomff","download_url":"https://codeload.github.com/profcomff/caddy-dns-yandex-cloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235758349,"owners_count":19040734,"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":["caddyserver","dns","yandex","yandex-cloud"],"created_at":"2024-11-28T11:08:47.719Z","updated_at":"2025-10-08T21:30:16.494Z","avatar_url":"https://github.com/profcomff.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yandex Cloud module for Caddy\n\nThis package contains a DNS provider module for [Caddy](https://github.com/caddyserver/caddy). It can be used to manage DNS records with Yandex Cloud accounts.\n\n## Caddy module name\n\n```\ndns.providers.yandex_cloud\n```\n\n## Config examples\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/issuer/acme/) like so:\n\n```json\n{\n  \"module\": \"acme\",\n  \"challenges\": {\n    \"dns\": {\n      \"provider\": {\n        \"name\": \"yandex_cloud\",\n        \"service_account_config_path\": \"YCLOUD_KEYS_FILE\"\n      }\n    }\n  }\n}\n```\n\nor with the Caddyfile:\n\n```\nyour.domain.com {\n  respond \"Hello World\"\t# replace with whatever config you need...\n  tls {\n    dns yandex_cloud {env.YCLOUD_KEYS_FILE}\n  }\n}\n```\n\nYou can replace `{env.YCLOUD_KEYS_FILE}` with the actual authorized keys file if you prefer to put it directly in your config instead of an environment variable.\n\n## Authenticating\n\nSee [the associated README in the libdns package](https://github.com/github.com/profcomff/libdns-yandex-cloud) for important information about credentials.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofcomff%2Fcaddy-dns-yandex-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofcomff%2Fcaddy-dns-yandex-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofcomff%2Fcaddy-dns-yandex-cloud/lists"}