Chevereto优化版Chevereto-China 基于 Chevereto-Free 开发的图床程序

1.29K 浏览技术资料
0

改动如下:

  • 1、引用原版多国语言包,默认中文且时区为 Asia/Shanghai。把国内主流的平台(QQ、WB等)给补齐了。
  • 2、保留原版 Chevereto-Free 的所有内容,不对其 Chevereto.Com 和作者版权进行修改
  • 3、遵守 AGPL-3.0 License 开源,所有内容透明且可以按官方文档进行安装部署。
  • 4、CheveretoChina 完全兼容之前提供的鉴黄方案。

详见:https://hostloc.com/forum.php?mod=viewthread&tid=966902&highlight=chevereto

程序下载
GitHub: https://github.com/Nyarime/Chevereto-China/releases/download/2.0/Chevereto-China.zip

Nginx 伪静态规则

# Disable access to sensitive files in app path
location ~ /(app|content|lib|importer)/.*\.(po|php|lock|sql|txt)$ {
deny all;
}

# Enable CORS header (needed for CDN)
location ~* \.(ttf|ttc|otf|eot|woff|woff2|css|js)$ {
add_header Access-Control-Allow-Origin "*";
}

# Force serve upload path as static content (match your upload folder if needed)
location /images {}

# Route dynamic request to index.php
location / {
try_files $uri $uri/ /index.php$is_args$query_string;
}

 

参考安装教程
https://yremp.live/chevereto/

关于项目

程序官网: https://chevereto.xyz/
Chevereto-Free 1.x用户不支持升级,请直接备份好 or 迁移后重新安装即可
如果你有购买V3(现在买V4应该送V3授权),把Key输入在后台即可升级至最新的付费版

项目地址: https://github.com/Nyarime/Chevereto-China


分享到:
Qi 更改状态以发布 2022年3月8日
添加评论
写下您的答案。

Login

Welcome! Login in to your account

Remember me Lost your password?

Don't have account. Register

Lost Password

Register