bolo-fantastic/README.md
2021-04-03 22:15:12 +08:00

40 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 简介
此项目是本人对bolo-fantastic进行了一些改造包括样式和seo两方面。
个人站点:[小令童鞋](https://www.zeekling.cn/)
## 使用
- 将本项目下载到:`/dockerData/bolo/bolo-fantastic`下面
- 参照下面脚本新建bolo镜像。
```sh
docker stop bolo
docker rm bolo
docker run --detach --name bolo --network=host \
--env RUNTIME_DB="MYSQL" \
--env JDBC_USERNAME="root" \
--env JDBC_PASSWORD="123456" \
--env JDBC_DRIVER="com.mysql.cj.jdbc.Driver" \
--env SERVER_HOST="www.zeekling.cn" \
--env SERVER_PORT="443" \
--env JDBC_URL="jdbc:mysql://127.0.0.1:3306/solo?useUnicode=yes&characterEncoding=UTF-8&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC" \
-v /dockerData/bolo/bolo-fantastic:/opt/bolo/skins/bolo-fantastic \
zeek/bolo --listen_port=8080 --server_scheme=https --server_host=www.zeekling.cn --lute_http=http://127.0.0.1:8249 \
```
## 个站样式
首页显示:
![https://pan.zeekling.cn/oit_2020-09-20_14-32.png](https://pan.zeekling.cn/oit_2020-09-20_14-32.png)
页脚显示:
![202009201434.png](https://pan.zeekling.cn/713_2020-09-20_14-34.png)
友链显示:
![202009201435.png](https://pan.zeekling.cn/46U_2020-09-20_14-35.png)