每日签到奶昔超市点数市场奶昔访达
返回列表 发布新帖
查看: 1141|回复: 5

[APP] Chevereto V4.3.6 Pro 开心版

发表于 2025-7-21 12:28:46 | 查看全部 |阅读模式

欢迎注册论坛,享受更多奶昔会员权益!

您需要 登录 才可以下载或查看,没有账号?注册

×
之前跟Chevereto作者Rodolfo Berrios发布了基于v3的CheveretoChina(中国版),然而因为去年国庆被hostloc的欧阳封号导致我在hostloc上的所有帖子无法访问。之前以Chevereto 4.0.7发版后就不再更新,奈何人家找到了我的推特对着我屌一顿。直至本帖发布,其官网chevereto.com底部显示版本为4.3.6
fakename.png
若要安装Chevereto V4,需要PHP 版本要求 8.1 及以上,需要以下PHP扩展:fileinfo、imagemagick、exif。另外MySQL数据库版本支持 5.x 及 8.0。
如果是宝塔面板(aaPanel——还得删除 PHP 禁用函数putenv、proc_open (还得关闭防跨站)
下载链接:https://pan.moecloud.cn/s/DKfg

附Nginx伪静态规则
  1. # Chevereto Nginx rewrite rules
  2. # Make sure to place these inside your server{} block

  3. # Disable access to .ht* files
  4. location ~ /\.ht {
  5.         deny all;
  6. }

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

  11. # Disable log on not found images + image replacement
  12. location ~* (jpe?g|png|gif|webp) {
  13.         log_not_found off;
  14.         error_page 404 /content/images/system/default/404.gif;
  15. }

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

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

  22. # Route dynamic request to index.php
  23. location / {
  24.         try_files $uri $uri/ /index.php$is_args$query_string;
  25. }
复制代码
收起

该死的Rodolfo Berrios别来无恙!来自你的授权 https://web.archive.org/web/2023 ... ead-981141-1-1.html
爱生活,爱奶昔~
回复

使用道具 举报

发表于 2025-7-21 13:30:40 | 查看全部
哈哈哈哈可怜呀
爱生活,爱奶昔~
发表于 2025-7-24 23:55:40 | 查看全部
本帖最后由 610663683 于 2025-7-24 23:56 编辑

想必阁下也是免费帮他汉化的,没有功劳也有苦劳,寥寥几行代码 就对阁下咄咄逼人 属实是过分了
爱生活,爱奶昔~
发表于 2025-8-14 16:06:16 | 查看全部
支持一波
爱生活,爱奶昔~
发表于 2025-8-27 19:52:49 | 查看全部
有大佬安装了吗?我到管理员账户那点了Install之后没反应了直接502了看了php日志是超时了,有碰到同样情况的吗
爱生活,爱奶昔~
发表于 2025-9-14 12:25:23 | 查看全部
安装fileinfo起码要1G以上,暂时不折腾了。
爱生活,爱奶昔~
您需要登录后才可以回帖 登录 | 注册

本版积分规则

© 2025 Nyarime 沪ICP备13020230号-1|沪公网安备 31010702007642号手机版小黑屋RSS
返回顶部 关灯 在本版发帖
快速回复 返回顶部 返回列表