Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sxbai/zfile-on-replit


https://github.com/sxbai/zfile-on-replit

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        


logo

Zfile部署于Replit,基于 Java 的在线网盘程序,支持对接 S3、OneDrive、SharePoint、Google Drive、多吉云、又拍云、本地存储、FTP、SFTP 等存储源,支持在线浏览图片、播放音视频,文本文件、Office、obj(3d)等文件类型。


GitHub release
GitHub last commit



博客
文档
论坛
Telegram 频道

------------------------------
# 使用说明
欢迎Fork本项目,ZFile-On-Alist
因为Replit使用官方的Jar
```
java -jar zfile.jar

```
过几小时就会重置一次数据库,于是通过添加自定义工作目录参数
```bash
java -jar zfile.jar --zfile.log.path=/home/runner/${REPL_SLUG}/.zfile-v4/logs --zfile.db.path=/home/runner/${REPL_SLUG}/.zfile-v4/db/zfile
```
把工作目录改到/home/runner/项目名字
从根源上解决了反复重置数据库的问题。

一键搭建脚本 (环境选择`Bash` 或 `Blank Repl`)

ZFile一键搭建脚本
```
bash <(curl -s https://raw.githubusercontent.com/sxbai/zfile-on-replit/master/install.sh)
```
## 鸣谢
- [Replit](https://github.com/replit)
- [ZFile](https://github.com/zfile-dev/zfile)