{"id":16718609,"url":"https://github.com/codfrm/dns-kit","last_synced_at":"2025-03-15T10:23:52.572Z","repository":{"id":230691712,"uuid":"779352040","full_name":"CodFrm/dns-kit","owner":"CodFrm","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-09T12:50:02.000Z","size":861,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-09T14:16:02.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/CodFrm.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}},"created_at":"2024-03-29T16:27:45.000Z","updated_at":"2024-06-19T10:20:34.092Z","dependencies_parsed_at":"2024-03-31T09:30:14.528Z","dependency_job_id":"0282624c-80b8-48db-935f-3d4802ce4485","html_url":"https://github.com/CodFrm/dns-kit","commit_stats":null,"previous_names":["codfrm/dns-kit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodFrm%2Fdns-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodFrm%2Fdns-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodFrm%2Fdns-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodFrm%2Fdns-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodFrm","download_url":"https://codeload.github.com/CodFrm/dns-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243715267,"owners_count":20335891,"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":[],"created_at":"2024-10-12T21:37:44.229Z","updated_at":"2025-03-15T10:23:52.543Z","avatar_url":"https://github.com/CodFrm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DNS Kit\n\u003e 一个可以申请SSL证书部署到CDN的工具\n\n![32c977b8bcba2d7b5b7062c589a3889c](img/README.assets/32c977b8bcba2d7b5b7062c589a3889c.png)\n\n## 功能\n\n- 支持管理多平台DNS记录\n- 支持管理多平台CDN\n- 支持自动申请SSL证书\n- 支持自动部署SSL证书到CDN\n\n## 支持平台\n\n- 腾讯云（CDN、DNS）\n- 阿里云（DNS）\n- 七牛云（CDN）\n- Cloudflare（DNS）\n- Kubernetes（CDN）\n\n## 部署方式\n\n### Docker（推荐）\n\n```\ndocker run -d \\\n  -v $PWD/runtime:/app/runtime \\\n  -p 5174:5174 \\\n  --name dns-kit \\\n  --restart unless-stopped \\\n  codfrm/dns-kit:latest\n```\n\n### docker-compose（推荐）\n\n```yaml\nversion: '3'\n\nservices:\n  dns-kit:\n    image: codfrm/dns-kit:latest\n    container_name: dns-kit\n    restart: unless-stopped\n    volumes:\n      - ./runtime:/app/runtime\n    ports:\n      - \"5174:5174\"\n```\n\n```bash\ndocker-compose up -d\n```\n\n### 从源代码\n\n从源代码构建需要预先准备好以下环境：\n\n- go 1.22+\n- node 20+\n- yarn\n\n```bash\ngit clone https://github.com/CodFrm/dns-kit.git\ncd dns-kit\nmake build\n# 创建配置文件\ncp ./configs/config.example.yaml ./configs/config.yaml\n# 启动, 默认端口为5174\n./bin/dns-kit\n```\n\n## 使用\n\n访问 http://localhost:5174 默认账号密码为 `admin` `123456`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodfrm%2Fdns-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodfrm%2Fdns-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodfrm%2Fdns-kit/lists"}