{"id":18725689,"url":"https://github.com/skye-z/harbor","last_synced_at":"2025-07-28T16:07:37.765Z","repository":{"id":216282093,"uuid":"731065229","full_name":"skye-z/harbor","owner":"skye-z","description":"Lightweight Local Docker Management","archived":false,"fork":false,"pushed_at":"2024-08-24T05:46:45.000Z","size":467,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T17:08:54.162Z","etag":null,"topics":["docker","docker-ui"],"latest_commit_sha":null,"homepage":"https://skye-z.github.io/harbor/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skye-z.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-13T09:31:30.000Z","updated_at":"2025-05-02T07:34:09.000Z","dependencies_parsed_at":"2024-01-09T11:45:50.123Z","dependency_job_id":"a7c3733a-ee8d-4ef9-ba9f-34938ca6cd2d","html_url":"https://github.com/skye-z/harbor","commit_stats":null,"previous_names":["skye-z/harbor"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/skye-z/harbor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2Fharbor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2Fharbor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2Fharbor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2Fharbor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skye-z","download_url":"https://codeload.github.com/skye-z/harbor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skye-z%2Fharbor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267543275,"owners_count":24104538,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["docker","docker-ui"],"created_at":"2024-11-07T14:11:24.986Z","updated_at":"2025-07-28T16:07:37.705Z","avatar_url":"https://github.com/skye-z.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Harbor - 轻量级本地Docker管理平台\n\n[![CodeQL](https://github.com/skye-z/harbor/workflows/CodeQL/badge.svg)](https://github.com/skye-z/harbor/security/code-scanning)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=skye-z_harbor\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=skye-z_harbor)\n\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=skye-z_harbor\u0026metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=skye-z_harbor)\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=skye-z_harbor\u0026metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=skye-z_harbor)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=skye-z_harbor\u0026metric=security_rating)](https://sonarcloud.io/summary/new_code?id=skye-z_harbor)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=skye-z_harbor\u0026metric=bugs)](https://sonarcloud.io/summary/new_code?id=skye-z_harbor)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=skye-z_harbor\u0026metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=skye-z_harbor)\n\nHarbor 是一个轻量级的本地 Docker 管理平台, 加快了单机服务的交付速度, 简化后续的运维工作.\n\n## 功能\n\n* 引擎: 查看引擎信息、监听引擎守护线程事件\n* 容器: 容器启停控制、日志查看、Web终端、资源统计、端口快捷跳转\n* 镜像: 构建信息查看、镜像拉取与删除\n* 网络: 网络创建编辑、容器接入\n* 存储卷: 创建编辑与删除\n* 监控: 引擎下线、容器启停、突发负载、资源耗尽等监控\n* 用户: 账号密码登陆、OAuth2登陆\n\n## 特性\n\n* 体积小: 程序本体小于 30 MB\n* 部署快: 提供一键脚本快速部署\n* 开销低: 内存占用仅 ≈ 30 MB\n\n## 安装\n\n请复制下方命令到服务器终端中执行, 脚本提供了 Harbor 的安装、卸载与开启自启设置服务\n\n```shell\nbash -c \"$(curl -fsSL https://skye-z.github.io/harbor/install.sh)\"\n```\n\n安装完成后将会自动运行, 首次运行 Harbor 会自动生成管理账户, 密码将输出在日志中, 如下所示:\n\n```log\n2024/01/01 00:00:00 [Tips] create default admin, password is ..........\n```\n\n## 控制\n\n```shell\n# 启动 Harbor\nsystemctl start harbor\n# 停止 Harbor\nsystemctl stop harbor\n# 查看 Harbor 状态与日志\nsystemctl status harbor\n```\n\n## 构建\n\n```shell\nCGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o harbor -ldflags '-s -w'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskye-z%2Fharbor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskye-z%2Fharbor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskye-z%2Fharbor/lists"}