Git Product home page Git Product logo

halo-'s Introduction

Halo logo

Halo [ˈheɪloʊ],一款现代化的开源博客/CMS系统,值得一试。

GitHub release GitHub All Releases Docker pulls GitHub last commit GitHub Workflow Status
官网 文档 社区 Gitee Telegram 频道

快速开始

详细部署文档请查阅:https://docs.halo.run 就是1.6.1 版已更新了两个版本,2.0.0 → 2.0.1 建议暂时使用1.6.1版本 因为2.0.0和2.0.1新版本改了很多东西可能有bug 还有社区主题与插件存在兼容性问题问题等待解决 确保已安装docker环境 复制下面命令直接跑访问8090端口,反向代理即可正常使用,然后申请ssl证书保证网站安全

halo1.6.1命令请复制下方命令部署即可

docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=unless-stopped halohub/halo:1.6.1 

halo 2.15 通过docker配置文件部署

~/halo/docker-compose.yaml

      - ./mysqlBackup:/data/mysqlBackup
version: "3"

services:
  halo:
    image: halohub/halo:2.15
    restart: on-failure:3
    depends_on:
      halodb:
        condition: service_healthy
    networks:
      halo_network:
    volumes:
      - ./halo2:/root/.halo2
    ports:
      - "8090:8090"
    healthcheck:
      test: ["CMD", "curl", "-f", "http://localhost:8090/actuator/health/readiness"]
      interval: 30s
      timeout: 5s
      retries: 5
      start_period: 30s          
    command:
      - --spring.r2dbc.url=r2dbc:pool:postgresql://halodb/halo
      - --spring.r2dbc.username=halo
      # PostgreSQL 的密码,请保证与下方 POSTGRES_PASSWORD 的变量值一致。
      - --spring.r2dbc.password=openpostgresql
      - --spring.sql.init.platform=postgresql
      # 外部访问地址,请根据实际需要修改
      - --halo.external-url=http://localhost:8090/
  halodb:
    image: postgres:15.4
    restart: on-failure:3
    networks:
      halo_network:
    volumes:
      - ./db:/var/lib/postgresql/data
    healthcheck:
      test: [ "CMD", "pg_isready" ]
      interval: 10s
      timeout: 5s
      retries: 5
    environment:
      - POSTGRES_PASSWORD=openpostgresql
      - POSTGRES_USER=halo
      - POSTGRES_DB=halo
      - PGUSER=halo

networks:
  halo_network:

在线体验

生态

项目 状态 描述
halo-admin GitHub release Web 管理端 UI,已内置在主应用
js-sdk npm release JavaScript SDK
halo-comment npm release 独立评论组件,可以非常方便的集成到主题中
halo-comment-normal npm release 另外一款评论组件
halo-mobile-app 已停止维护 移动端管理 APP
tencent-cloudbase-halo 腾讯云 CloudBase 一键部署配置
halo-theme-* GitHub 上开源的 Halo 主题集合

许可证

license

Halo 使用 GPL-v3.0 协议开源,请遵守开源协议。

贡献

参考 CONTRIBUTING

状态

Repobeats analytics

halo-'s People

Contributors

ruibaby avatar johnniang avatar guqing avatar dependabot-preview[bot] avatar wtune avatar kwxmxb avatar cetr avatar whitedg avatar yhcrown avatar chrosing avatar liaozan avatar fuzui avatar lilgg avatar secondarycoder avatar nglsl avatar weiwensangsang avatar lan-yonghui avatar eziosudo avatar ywms avatar xzhuz avatar wan92hen avatar lnsane avatar jackyliang522 avatar ntdgy avatar jizhuozhi avatar jinqilin721 avatar giveup avatar bestsort avatar airbozh avatar sadikay avatar

Stargazers

 avatar

Watchers

 avatar

halo-'s Issues

测试

检查清单

是什么版本出现了此问题?

6

使用的什么数据库?

MySQL 5.7

使用的哪种方式部署?

Docker

在线站点地址

No response

发生了什么?

6

相关日志输出

6

附加信息

6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.