源码介绍
说明:chevereto
是目前最好的图床之一了。功能也非常强大。其免费版和收费版的区别,在于收费版多了硬盘扩展,社交分享功能等。硬盘扩展指的是你可以通过sftp
等方式把上传的文件储存在其他服务器上。chevereto
的安装也非常简单,并且支持中文。网上很多教程。
Chevereto图片托管是一款非常简洁的PHP图片上传程序,它支持本地上传和在线获取两种图像上传方式,并集成了TinyURL网址缩短服务,让使用者更加方便。
更新日志
仅发布最新一个版本的更新日志
Chevereto v3.14.1
Released on January 6th 2020
Fixed bug in account signup process [11811]
Deprecated "CloudFlare" dashboard option (no longer needed)
Chevereto v3.14.1
Released on January 6th 2020
Fixed bug in account signup process [11811]
Deprecated "CloudFlare" dashboard option (no longer needed)
系统需求
Apache or Nginx web server (recommended servers)
PHP > 5.5.0 (with standard libraries and mbstring)
MySQL 5.0
PHP > 5.5.0 (with standard libraries and mbstring)
MySQL 5.0
Nginx伪静态规则
# Image not found replacement location ~* (jpe?g|png|gif) { log_not_found off; error_page 404 /content/images/system/default/404.gif; } # CORS header (avoids font rendering issues) location ~ \.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$ { add_header Access-Control-Allow-Origin "*"; } # Pretty URLs location / { try_files $uri $uri/ /index.php?$query_string; }