{"id":13526772,"url":"https://github.com/opentdp/tdp-cloud","last_synced_at":"2026-01-16T10:01:37.766Z","repository":{"id":37356683,"uuid":"497591145","full_name":"opentdp/tdp-cloud","owner":"opentdp","description":"土豆片多云资源管理系统","archived":false,"fork":false,"pushed_at":"2024-06-01T14:52:29.000Z","size":2465,"stargazers_count":405,"open_issues_count":17,"forks_count":57,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-14T17:15:44.805Z","etag":null,"topics":["cloud","go"],"latest_commit_sha":null,"homepage":"https://docs.opentdp.org","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opentdp.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":"2022-05-29T12:57:10.000Z","updated_at":"2025-12-30T12:00:33.000Z","dependencies_parsed_at":"2023-12-21T16:44:13.144Z","dependency_job_id":"fd6c21d1-f927-4ae0-bd97-86dd7fcabf65","html_url":"https://github.com/opentdp/tdp-cloud","commit_stats":{"total_commits":955,"total_committers":4,"mean_commits":238.75,"dds":"0.012565445026177957","last_synced_commit":"18c8cd98fb3a5a37b031dcc193de80032c419bc5"},"previous_names":["tdp-resource/tdp-cloud","opentdp/tdp-cloud","open-tdp/tdp-cloud"],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/opentdp/tdp-cloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentdp%2Ftdp-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentdp%2Ftdp-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentdp%2Ftdp-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentdp%2Ftdp-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opentdp","download_url":"https://codeload.github.com/opentdp/tdp-cloud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentdp%2Ftdp-cloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: 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":["cloud","go"],"created_at":"2024-08-01T06:01:34.555Z","updated_at":"2026-01-16T10:01:37.685Z","avatar_url":"https://github.com/opentdp.png","language":"Go","funding_links":[],"categories":["Go","运维管理平台"],"sub_categories":[],"readme":"# 土豆片控制面板\n\n[![TDP Cloud Builder](https://github.com/opentdp/tdp-cloud/actions/workflows/release.yml/badge.svg)](https://github.com/opentdp/tdp-cloud/actions/workflows/release.yml)\n\n可以跨平台部署的云资源管理面板\n\n- 支持管理多个云账号资源\n\n  - **腾讯云**（*含国际版*）：DNSPod、CVM、Lighthouse\n  - **阿里云**（*含国际版*）：AliDNS、ECS、SWAS\n  - **CloudFlare**：DNS、Custom Hostnames\n\n- 支持添加子节点 (`TDP Worker`)\n\n  - **Linux**：完整功能\n  - **Macos**：部分功能\n  - **Windows**：部分功能\n  - **Android**：有限支持\n\n- 支持自动签发`SSL证书`，CA对比参见[使用指引](#使用指引)\n\n  - **Let's Encrypt**\n  - **Buypass**\n  - **Googel Public**\n  - **SSL.com**\n  - **ZeroSSL**\n\n- 支持 `WebSSH` 终端及`密钥对`管理\n\n  - 支持使用已存储的密钥快速登录\n\n  - 支持执行快捷命令\n\n- 支持敏感数据加密存储（`3DES`）\n\n  - 安装时，生成`通用密钥`，并保存至配置文件\n\n  - 添加敏感资源时，将部分字段加密后存储至数据库\n\n## 使用指引\n\n内容较多，请参考文档 \u003chttps://docs.opentdp.org\u003e\n\n## 功能预览\n\n- 功能支持和开发进度，请参阅 [Issues #1](https://github.com/opentdp/tdp-cloud/issues/1)\n\n- 在线体验开发版功能，请进入 [演示站点](https://cloud.opentdp.org)，自行注册账号后登录\n\n## 开发说明\n\n### 初始化开发环境\n\n```shell\ngo env -w GO111MODULE=on\ngo env -w GOPROXY=https://goproxy.cn,direct\ngo mod tidy\n```\n\n### 启动开发服务\n\n在项目目录运行  `serve.bat` 或 `./serve.sh`\n\n### 编译为二进制\n\n在项目目录运行 `build.bat` 或 `./build.sh`。你还可以下载 [稳定版](https://cloud.opentdp.org/files)\n\n### 提交代码时请使用下面标识\n\n- `feat` 新功能（feature）\n- `fix` 错误修复\n- `docs` 文档更改（documentation）\n- `style` 格式（不影响代码含义的更改，空格、格式、缺少分号等）\n- `refactor` 重构（即不是新功能，也不是修补bug的代码变动）\n- `perf` 优化（提高性能的代码更改）\n- `test` 测试（添加缺失的测试或更正现有测试）\n- `chore` 构建过程或辅助工具的变动\n- `revert` 还原以前的提交\n\n\u003e 自 **v0.5.0** 起，`git commit` 描述请以 **标识+半角冒号+空格** 开头，即 `\u003ctype\u003e: \u003csubject\u003e`\n\n## 微信交流群\n\n扫码添加开发者好友（请备注 `OpenTDP`，不备注可能无法通过好友申请）\n\n![扫码加群](https://docs.opentdp.org/static/weixin-qr.jpg)\n\n## 其他\n\nLicense [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.txt)\n\nCopyright (c) 2022 - 2023 OpenTDP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentdp%2Ftdp-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentdp%2Ftdp-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentdp%2Ftdp-cloud/lists"}