feat: 适配 Halo

This commit is contained in:
zhengkunwang223 2023-02-10 15:49:55 +08:00
parent 3cfc0d28fa
commit fc235baf16
3 changed files with 17 additions and 11 deletions

View File

@ -21,9 +21,9 @@
------------------------------
## 快速开始
## 快速开始 ##
```bash
```
docker run \
-it -d \
--name halo \
@ -37,30 +37,30 @@ docker run \
以上仅作为体验使用,详细部署文档请查阅:<https://docs.halo.run/getting-started/install/docker-compose>
## 在线体验
## 在线体验 ##
- 环境地址:<https://demo.halo.run>
- 后台地址:<https://demo.halo.run/console>
- 用户名:`demo`
- 密码:`P@ssw0rd123..`
## 生态
## 生态 ##
可访问 [awesome-halo](https://github.com/halo-sigs/awesome-halo) 查看已经适用于 Halo 2.0 的主题和插件,以及适用于 Halo
1.x 的相关仓库。
## 许可证
## 许可证 ##
[![license](https://img.shields.io/github/license/halo-dev/halo.svg?style=flat-square)](https://github.com/halo-dev/halo/blob/master/LICENSE)
Halo 使用 GPL-v3.0 协议开源,请遵守开源协议。
## 贡献
## 贡献 ##
参考 [CONTRIBUTING](https://github.com/halo-dev/halo/blob/master/CONTRIBUTING.md)。
<a href="https://github.com/halo-dev/halo/graphs/contributors"><img src="https://opencollective.com/halo/contributors.svg?width=890&button=false" /></a>
## 状态
## 状态 ##
![Repobeats analytics](https://repobeats.axiom.co/api/embed/ad008b2151c22e7cf734d2688befaa795d593b95.svg "Repobeats analytics image")

View File

@ -29,7 +29,7 @@
"required": [],
"crossVersionUpdate": false,
"limit": 1,
"recommend": 5,
"recommend": 4,
"website": "https://www.mysql.com",
"github": "https://github.com/mysql/mysql-server",
"document": "https://dev.mysql.com/doc/"
@ -44,7 +44,7 @@
"required": [],
"limit": 1,
"crossVersionUpdate": true,
"recommend": 4,
"recommend": 3,
"website": "https://openresty.org",
"github": "https://github.com/openresty/openresty",
"document": "http://openresty.org/cn/getting-started.html"
@ -82,7 +82,7 @@
"key": "halo",
"name": "Halo",
"tags": ["WebSite"],
"versions": ["1.6.0"],
"versions": ["2.2.0"],
"shortDesc": "好用又强大的开源建站工具",
"type": "website",
"required": ["mysql"],
@ -144,7 +144,7 @@
"type": "tool",
"required": [],
"limit": 1,
"recommend": 3,
"recommend": 5,
"crossVersionUpdate": true,
"website": "https://dataease.io/",
"github": "https://github.com/dataease/dataease",

View File

@ -6,6 +6,12 @@ socket=/var/run/mysqld/mysqld.sock
secure-file-priv=/var/lib/mysql-files
user=mysql
character_set_server=utf8
lower_case_table_names=1
group_concat_max_len=1024000
log_bin_trust_function_creators=1
pid-file=/var/run/mysqld/mysqld.pid
[client]
socket=/var/run/mysqld/mysqld.sock