开源免费好用文档共享管理
in 技术 with 0 comment 阅读:569次
开源免费好用文档共享管理
in 技术 with 0 comment 阅读:569次

1File Manager - 简易轻巧的文件管理系统

2024-06-06T03:36:53.png
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

2024-06-06T03:41:11.png

2 cloudreve

#解压获取到的主程序
tar -zxvf cloudreve_VERSION_OS_ARCH.tar.gz
# 赋予执行权限
chmod +x ./cloudreve
# 启动 Cloudreve
./cloudreve

2024-06-06T06:19:47.png

请输入代码tar -zxvf cloudreve_VERSION_OS_ARCH.tar.gz
# 赋予执行权限
chmod +x ./cloudreve
# 启动 Cloudreve
./cloudreve

Responses
您是第 274095 位访客