结合视频食用更佳
【如何优雅地写博客】自建一个永不裂开的图床!
Halo完整搭建视频:
视频测试环境
- 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
图床
源码
下载地址: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
图片压缩工具
---------------
如何觉得文章内容不错,欢迎点击一下广告,支持一下咕咕😍😍😍
原创文章,作者:Roy,如若转载,请注明出处:https://iwanlab.com/selfhosted-img/