结合视频食用更佳
【如何优雅地写博客】自建一个永不裂开的图床!
https://bilibili.com/BV1K44y1b74r
Halo完整搭建视频:
https://bilibili.com/BV1JN411Q7Na
视频测试环境
- Ubuntu20.04
- 宝塔面板7.7.0
- Nginx1.18.0
- MySQL5.6.50
- PHP7.4
- Docker20.10.8
- Docker Compose1.29.2
Markdown用法
具体请见:https://halo.run/archives/use-markdown
图床
Typora官网: https://typora.io/
源码
下载地址:https://github.com/chevereto/Chevereto-Free/releases
源码地址:https://github.com/chevereto/Chevereto-Free/archive/refs/tags/1.4.1.tar.gz
伪静态
location / {
index index.php;
try_files $uri $uri/ /index.php?$query_string;
}
PicGo配置
地址:https://你的域名/api/1/upload
server端口:36677
评论区