手动升级 NextCloud 2020年11月06日 尚书 3 停止服务器和计划任务systemctl stop nginx systemctl stop php-fpm crontab -u nginx -e #取消所有定时任务备份cd /date/ mv nextcloud nextcloud-old 阅读全文 0 评论
php安装imagick nextcloud报错缺少imagick 2020年11月04日 尚书 1 安装ImageMagickwget https://imagemagick.org/download/ImageMagick.tar.gz #缺少wget就先安装wget dnf install wget #解压并安装 tar -xzvf ImageM... 阅读全文 0 评论
CentOS 8.2 搭建私有云 NextCloud 2020年11月04日 尚书 3 写在最前面读万卷书不如行万里路之前家里有个群晖DS218+,关机一个多月回来后发现无法开机,返厂维修搞不定直接折价给我退钱了(感谢jd售后)。想着DS720+即将发布就暂未入手老款机型,左等右等,等到花儿都谢了(截至7月2号还未发布新品)。无意间逛咸鱼发... 阅读全文 0 评论
Could not connect to appstore: cURL error 28: Operation timed out after 60000 milliseconds with 2020年11月04日 尚书 2 安装完nextcloud 但是设置页面最下方的系统页面始终打不开,路径是/settings/admin/serverinfo,报错405,连接超时,后台查看日志发现原因是连接appstore失败导致的,想着本人对appstore里面的应用也不感兴趣,故,... 阅读全文 0 评论