{"id":39357865,"url":"https://github.com/humpback/humpback","last_synced_at":"2026-01-18T02:39:15.981Z","repository":{"id":75613112,"uuid":"77980244","full_name":"humpback/humpback","owner":"humpback","description":"Lightweight platform for managing containerized services.","archived":false,"fork":false,"pushed_at":"2025-07-10T02:25:06.000Z","size":30670,"stargazers_count":402,"open_issues_count":0,"forks_count":89,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-07-10T11:23:34.664Z","etag":null,"topics":["container-cluster","container-management","containerized-services","docker","docker-cloud","humpback"],"latest_commit_sha":null,"homepage":"https://humpback.github.io/humpback","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/humpback.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":"2017-01-04T04:23:34.000Z","updated_at":"2025-07-04T02:00:15.000Z","dependencies_parsed_at":"2025-05-27T06:21:59.823Z","dependency_job_id":"db6feb3d-47c0-44a3-b929-756b8aba7882","html_url":"https://github.com/humpback/humpback","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/humpback/humpback","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humpback%2Fhumpback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humpback%2Fhumpback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humpback%2Fhumpback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humpback%2Fhumpback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humpback","download_url":"https://codeload.github.com/humpback/humpback/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humpback%2Fhumpback/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28526587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["container-cluster","container-management","containerized-services","docker","docker-cloud","humpback"],"created_at":"2026-01-18T02:39:15.898Z","updated_at":"2026-01-18T02:39:15.959Z","avatar_url":"https://github.com/humpback.png","language":"Vue","readme":"# Humpback 2.0\n\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/docker/docker)](https://golang.org/)\n[![Vue 3](https://img.shields.io/badge/vue-3.x-brightgreen.svg)](https://v3.vuejs.org/)\n[![Docker](https://img.shields.io/badge/docker-pull-blue?logo=docker)](https://hub.docker.com/r/humpbacks)\n[![Release](https://img.shields.io/badge/release-v2.0.0-blue)](https://github.com/humpback/humpback/releases/tag/v2.0.0)\n\n![Humpback logo](/docs/_media/logo-nobg.png)\n\nLightweight platform for managing containerized services.\n\n## Language\n\n- [English](README.md)\n- [中文](README.zh.md)\n\n## Documents\n\n* [https://humpback.github.io/humpback](https://humpback.github.io/humpback) \n\n## Architecture\n\n![Humpback Architecture](/docs/_media/humpback-architect-new.png)\n\n## Feature\n\n- Multiple Deployment Strategies: Flexible deployment strategies to meet your various business scenarios.\n- Supporting Multiple Cluster：One-stop operation and management of multiple clusters.\n- Centralized Access Control： Granular permission control (team and individual levels).\n- Friendly Web UI: An intuitive web interface that hides the complexity of container operations.\n\n## Components\n\n* [Humpback Agent](https://github.com/humpback/humpback-agent)\n\n## Getting Started\n\n### Installing\n\nFirst, create the volume that Humpback will use to store its database:\n\n```bash\ndocker volume create humpback_data\n```\n\nThen, install the Humpback container:\n\n```bash\ndocker run -d \\\n  --name humpback \\\n  --net=host \\\n  --restart=always \\\n  -v humpback_data:/workspace/data \\\n  -v humpback_certs:/workspace/certs \\\n  humpbacks/humpback\n```\n\nBy default, Humpback will expose the UI over port `8100` and expose a API server over port `8101` for receiving\nagent report.\n\nHumpback has now been installed. you can log into your Humpback instance by opening a web browser and\ngoing to:\n\n```\nhttp://localhost:8100\n```\n\nThe initial super administrator account and password are **humpback**\n\n\n## Getting Help\n\n- Issues: https://github.com/humpback/humpback/issues\n- Slack (chat): todo\n- Wechat： todo\n\n## License\n\nHumpback is licensed under the [Apache Licence 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).   \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumpback%2Fhumpback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumpback%2Fhumpback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumpback%2Fhumpback/lists"}