1.首先停止 Cloudreve 的运行
# 停止服务 systemctl stop cloudreve
2.在网盘文件根目录执行命令,释放出静态资源
./cloudreve -eject
3.进入 \statics\static\img 替换favicon.ico 文件
4.启动 Cloudreve 进入网站 刷新缓存
# 启动服务 systemctl start cloudreve
你就会发现 站点图标已经变成你自己的了
这个方法只适合简单修改的朋友,如果需要更改更多内容,请按照文档 https://docs.cloudreve.org/use/zi-ding-yi-qian-duan
自己编译前端
Cloudreve网盘在linux系统的管理命令:
# 启动服务 systemctl start cloudreve # 停止服务 systemctl stop cloudreve # 重启服务 systemctl restart cloudreve # 查看状态 systemctl status cloudreve