1File Manager - 简易轻巧的文件管理系统
Linux安装
##安装
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
##配置
cd 存储目录&&filebrowser config init ##初始化
filebrowser config export ./config.json ##导出配置
vim config.json ##修改端口
filebrowser config import ./config.json ##导入更新配置
filebrowser -c /opt/book/config.json ##启动服务,访问地址输入默认用户名密码admin/admin
2 cloudreve
#解压获取到的主程序
tar -zxvf cloudreve_VERSION_OS_ARCH.tar.gz
# 赋予执行权限
chmod +x ./cloudreve
# 启动 Cloudreve
./cloudreve
请输入代码tar -zxvf cloudreve_VERSION_OS_ARCH.tar.gz
# 赋予执行权限
chmod +x ./cloudreve
# 启动 Cloudreve
./cloudreve
阅读量:569次,本文由 六度 创作,采用 知识共享署名4.0 国际许可协议进行许可。
本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名。