{"id":16989272,"url":"https://github.com/devhoangkien/blogdocker","last_synced_at":"2026-05-18T17:07:44.728Z","repository":{"id":128762903,"uuid":"367283169","full_name":"devhoangkien/blogdocker","owner":"devhoangkien","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-14T14:21:19.000Z","size":102812,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T21:28:05.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/devhoangkien.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"custom":["https://docs.halo.run/contribution/sponsor","https://sponsor.halo.run"]}},"created_at":"2021-05-14T07:24:36.000Z","updated_at":"2021-05-14T14:21:23.000Z","dependencies_parsed_at":"2023-06-07T10:31:12.118Z","dependency_job_id":null,"html_url":"https://github.com/devhoangkien/blogdocker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhoangkien%2Fblogdocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhoangkien%2Fblogdocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhoangkien%2Fblogdocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhoangkien%2Fblogdocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devhoangkien","download_url":"https://codeload.github.com/devhoangkien/blogdocker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244898446,"owners_count":20528341,"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-14T03:05:56.592Z","updated_at":"2026-05-18T17:07:39.707Z","avatar_url":"https://github.com/devhoangkien.png","language":"Java","funding_links":["https://docs.halo.run/contribution/sponsor","https://sponsor.halo.run"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://halo.run\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        \u003cimg width=\"100\" src=\"https://halo.run/logo\" alt=\"Halo logo\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Halo 是一款现代化的个人独立博客系统，给习惯写博客的同学多一个选择。\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/halo-dev/halo/releases\"\u003e\u003cimg alt=\"GitHub release\" src=\"https://img.shields.io/github/release/halo-dev/halo.svg?style=flat-square\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/halo-dev/halo/releases\"\u003e\u003cimg alt=\"GitHub All Releases\" src=\"https://img.shields.io/github/downloads/halo-dev/halo/total.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"https://hub.docker.com/r/halohub/halo\"\u003e\u003cimg alt=\"Docker pulls\" src=\"https://img.shields.io/docker/pulls/halohub/halo?style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/halo-dev/halo/commits\"\u003e\u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/halo-dev/halo.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/halo-dev/halo/actions\"\u003e\u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/workflow/status/halo-dev/halo/Halo%20CI?style=flat-square\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n------------------------------\n\n## 简介\n\n**Halo** `[ˈheɪloʊ]`，一个优秀的开源博客发布应用，值得一试。\n\n[官网](https://halo.run) | [文档](https://docs.halo.run) | [社区](https://bbs.halo.run) | [Gitee](https://gitee.com/halo-dev) | [Telegram 频道](https://t.me/halo_dev)\n\n## 快速开始\n\n### Fat Jar\n\n下载最新的 Halo 运行包：\n\n```bash\ncurl -L https://github.com/halo-dev/halo/releases/download/v1.4.8/halo-1.4.8.jar --output halo.jar\n```\n\n其他地址：https://docs.halo.run/install/downloads\n\n```bash\njava -jar halo.jar\n```\n\n### Docker\n\n```bash\ndocker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always halohub/halo\n```\n\n详细部署文档请查阅：\u003chttps://docs.halo.run/install/index\u003e\n\n## 生态\n\n| 项目                                                                         | 版本                                                                                                                                                              | 描述                                     |\n| ---------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |\n| [halo-admin](https://github.com/halo-dev/halo-admin)                         | \u003ca href=\"https://www.npmjs.com/package/halo-admin\"\u003e\u003cimg alt=\"npm release\" src=\"https://img.shields.io/npm/v/halo-admin?style=flat-square\"/\u003e\u003c/a\u003e                   | Web 管理端 UI，已内置在主应用            |\n| [halo-comment](https://github.com/halo-dev/halo-comment)                     | \u003ca href=\"https://www.npmjs.com/package/halo-comment\"\u003e\u003cimg alt=\"npm release\" src=\"https://img.shields.io/npm/v/halo-comment?style=flat-square\"/\u003e\u003c/a\u003e               | 独立评论组件，可以非常方便的集成到主题中 |\n| [halo-comment-normal](https://github.com/halo-dev/halo-comment-normal)       | \u003ca href=\"https://www.npmjs.com/package/halo-comment-normal\"\u003e\u003cimg alt=\"npm release\" src=\"https://img.shields.io/npm/v/halo-comment-normal?style=flat-square\"/\u003e\u003c/a\u003e | 另外一款评论组件                         |\n| [halo-mobile-app](https://github.com/halo-dev/halo-mobile-app)                             | 已停止维护                                                                                                                                                        | 移动端管理 APP                           |\n| [tencent-cloudbase-halo](https://github.com/halo-dev/tencent-cloudbase-halo) | 无                                                                                                                                                                | 腾讯云 CloudBase 一键部署配置            |\n| [halo-theme-*](https://github.com/topics/halo-theme)                         | 无                                                                                                                                                                | GitHub 上开源的 Halo 主题集合            | \n\n## 许可证\n\n[![license](https://img.shields.io/github/license/halo-dev/halo.svg?style=flat-square)](https://github.com/halo-dev/halo/blob/master/LICENSE)\n\nHalo 使用 GPL-v3.0 协议开源，请尽量遵守开源协议。\n\n## 贡献\n\n参考 [CONTRIBUTING](./CONTRIBUTING.md)。\n\n## 赞助我们\n\n\u003e 如果 Halo 对您有帮助，不妨赞助我们\n\n\u003chttps://docs.halo.run/zh/contribution/sponsor\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhoangkien%2Fblogdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevhoangkien%2Fblogdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhoangkien%2Fblogdocker/lists"}