Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Mature and trusted self-hosted image and video hosting solution since 2007. Create your own Flickr/Imgur-style media sharing platform with full control over your content and rules.

License

Notifications You must be signed in to change notification settings

studio-Jay/chevereto

 
 

Repository files navigation

Chevereto: Ultimate image and video sharing software

Chevereto

配置环境php 8.1 mysql 8.0.1 新建网站-添加伪静态-添加ssl 将nginx.conf的伪静态拷贝到宝塔伪静态中 安装chevereto 进入宝塔面板 → PHP设置 → 禁用函数 → 检查是否包含以下关键函数:删掉其中禁用函数

  • move_uploaded_file(必须解除禁用)
  • exec、shell_exec(部分程序可能依赖这些函数处理文件)
  • proc_open
  • putenv

编辑源代码 如果错误导致应用程序无法启动,您可以通过编辑源代码来强制显示错误。这将允许在应用程序引导过程的早期进行调试。 打开app/legacy/load/register-handlers.php 改变这个: $doDebug = in_array($debugLevel, [2, 3], true) || isDebug(); 对此: //$doDebug = in_array($debugLevel, [2, 3], true) || isDebug(); $doDebug = true;

就可以启动使用了

About

Mature and trusted self-hosted image and video hosting solution since 2007. Create your own Flickr/Imgur-style media sharing platform with full control over your content and rules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.3%
  • JavaScript 10.7%
  • CSS 5.7%
  • Other 0.3%