折腾Chevereto

折腾图库,因为之前没记录结果这次也折腾了很久,所以记一下

https://azpay.cn/post/113.html
https://www.littlemodesty.com/old/use-chevereto-to-build-a-self-hosted-image-home
https://www.cnblogs.com/relaxx/p/How-to-build-a-free-image-bed.html

用的宝塔面板Nginx+PHP7.4(因为最新的支持7.4就换上去了)

总之先到GitHub那边下载一下免费版https://github.com/Chevereto/Chevereto-Free

上传解压之后,把权限改成777,顺便把网站配置文件添加一下

location / 
{
    try_files $uri $uri/ /index.php?$query_string;
}

没添加这段,网站会打不开(自己遇到过的情况)

之后就可以直接进行一个安装了!