Add files via upload
@@ -26,5 +26,38 @@
|
||||
"history": {
|
||||
"V2.11": "JS、CSS本地化"
|
||||
}
|
||||
},
|
||||
"fpk-zflie": {
|
||||
"display_name": "ZFile",
|
||||
"desc": "基于 Java 的在线网盘程序,支持对接 S3、OneDrive、SharePoint、又拍云、本地存储、FTP 等存储源,支持在线浏览图片、播放音视频,文本文件等文件类型",
|
||||
"labels": "下载,网盘,同步",
|
||||
"version": "4.5.0",
|
||||
"author": "moxyis",
|
||||
"author_url": "https://github.com/moxyis",
|
||||
"bug_report_url": "https://github.com/moxyis/FnDepot/issues",
|
||||
"install_type": "系统空间",
|
||||
"size": "0.3",
|
||||
"history": {
|
||||
"V4.5.0": "新功能:<br>
|
||||
分享文件/文件夹夹功能(默认管理员包含此权限,其他用户需手动分配权限)<br>
|
||||
登录安全入口功能,保护登录页面安全<br>
|
||||
优化:<br>
|
||||
打包下载功能优化(支持打包文件夹, 支持打包下载进度显示)<br>
|
||||
增加下载确认弹窗增加开关功能(后台-显示设置-XX下载确认弹窗)<br>
|
||||
二维码支持下载为 png<br>
|
||||
完善上传失败的提示信息<br>
|
||||
优化存储源根目录显示 0B 的问题<br>
|
||||
优化页面显示<br>
|
||||
BUG 修复:<br>
|
||||
修复 WebDAV 新建文件夹异常的 bug<br>
|
||||
修复 WebDAV 存储源获取单个文件/文件夹时的 bug<br>
|
||||
修复 open115 启用代理下载 bug<br>
|
||||
修复对服务器地址检测的 bug<br>
|
||||
S3 存储改为仅下载使用加速域名,避免某些厂商不支持加速域名上传的 bug<br>
|
||||
修复本地存储/代理下载返回的文件名在 safari 上乱码的 bug<br>
|
||||
修复时间段选择器表单重置未清空的 bug<br>
|
||||
修复从画廊模式回到存储源列表时,未关闭画廊模式的 bug<br>
|
||||
修复点击 OAuth2 登录图标弹窗预览的 bug<br>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 563 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 166 KiB |
|
After Width: | Height: | Size: 213 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 220 KiB |
|
After Width: | Height: | Size: 790 KiB |
|
After Width: | Height: | Size: 483 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 181 KiB |
@@ -0,0 +1,101 @@
|
||||
<div align="center">
|
||||
<a href="https://zfile.vip" target="_blank" rel="noopener noreferrer">
|
||||
<img style="margin: auto; width: 100px; display: block" src="/img/logo-zfile.png" alt="ZFile" />
|
||||
</a>
|
||||
<p>ZFile 是一个适用于个人或小团队的在线网盘程序,可以将多种存储类型统一管理,再也不用登录各种网站管理文件,现在你只需要在 ZFile 中畅快使用!</p>
|
||||
<div>
|
||||
<img alt="last commit" src="https://shields.io/github/last-commit/zfile-dev/zfile.svg?style=flat-square"/>
|
||||
<img alt="downloads" src="https://shields.io/github/downloads/zfile-dev/zfile/total?style=flat-square"/>
|
||||
<img alt="release version" src="https://shields.io/github/v/release/zfile-dev/zfile?style=flat-square"/>
|
||||
<img alt="commit activity" src="https://shields.io/github/commit-activity/y/zfile-dev/zfile?style=flat-square"/>
|
||||
<img alt="open issues" src="https://shields.io/github/issues/zfile-dev/zfile?style=flat-square"/>
|
||||
<img alt="closed issues" src="https://shields.io/github/issues-closed-raw/zfile-dev/zfile?style=flat-square"/>
|
||||
<img alt="forks" src="https://shields.io/github/forks/zfile-dev/zfile?style=flat-square"/>
|
||||
<img alt="stars" src="https://shields.io/github/stars/zfile-dev/zfile?style=flat-square"/>
|
||||
<img alt="watchers" src="https://shields.io/github/watchers/zfile-dev/zfile?style=flat-square"/>
|
||||
<img alt="gitcode" src="https://gitcode.com/zfile-dev/zfile/star/badge.svg"/>
|
||||
</div>
|
||||
<span>
|
||||
<a href="https://zfile.vip">官网</a>
|
||||
<span> | </span>
|
||||
<a href="https://docs.zfile.vip">文档</a>
|
||||
<span> | </span>
|
||||
<a href="https://demo.zfile.vip">预览地址</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
## 系统特色
|
||||
|
||||
- Docker、Docker Compose 支持(amd64, arm64)。
|
||||
- 支持对文件生成直链、短链(可设过期时间)。
|
||||
- 响应式设计,支持手机、平板、电脑等多种设备访问。
|
||||
- 支持多用户功能,可分配给指定用户指定存储源或目录。
|
||||
- 支持在线浏览图片、播放音视频,文本文件、Office、Obj(3d)等文件类型。
|
||||
- 支持对接 S3、OneDrive、SharePoint、Google Drive、多吉云、又拍云、本地存储、FTP、SFTP 等存储源。
|
||||
- 支持常用快捷键,`Ctrl + A` 全选,`Ctrl + 左键` 多选,`Shift + 左键` 范围选择,`Esc` 取消全选等。
|
||||
- 支持限速下载(捐赠版)
|
||||
- 支持限制指定用户可查看、上传的文件类型(捐赠版)
|
||||
|
||||
## 快速开始
|
||||
|
||||
一键脚本安装:
|
||||
|
||||
```bash
|
||||
curl -sSL https://docs.zfile.vip/install.sh -o install.sh && chmod +x install.sh && ./install.sh
|
||||
```
|
||||
|
||||
更多安装方式请参考 [安装文档](https://docs.zfile.vip/install/)
|
||||
|
||||
|
||||
## 功能预览
|
||||
|
||||
### 文件列表
|
||||

|
||||
### 画廊模式
|
||||

|
||||
### 视频预览
|
||||

|
||||
### 文本预览
|
||||

|
||||
### 音频预览
|
||||

|
||||
### PDF 预览
|
||||

|
||||
### Office 预览
|
||||

|
||||
### 3d 文件预览
|
||||

|
||||
### 生成直链
|
||||

|
||||
### 页面设置
|
||||

|
||||
### 后台设置-登录
|
||||

|
||||
### 后台设置-存储源列表
|
||||

|
||||
### 后台设置-添加存储源(本地存储)
|
||||

|
||||
### 后台设置-用户管理
|
||||

|
||||
### 后台设置-显示设置
|
||||

|
||||
|
||||
## 支持作者
|
||||
|
||||
如果本项目对你有帮助,请作者喝杯咖啡吧。
|
||||
|
||||
<img src="https://cdn.jun6.net/2021/03/27/152704e91f13d.png" width="400" alt="赞助我">
|
||||
|
||||
## Star History
|
||||
|
||||
[](https://star-history.com/#zfile-dev/zfile&Date)
|
||||
|
||||
## Sponsors
|
||||
|
||||
[NodeSupport](https://github.com/NodeSeekDev/NodeSupport) 赞助了该项目
|
||||
|
||||
<div align="left">
|
||||
<a href="https://yxvm.com/">
|
||||
<img src="https://cdn.nodeimage.com/i/Q8Bxoq8nOwUZWQQDYCpGemkvmki4MMoQ.webp" width="300" />
|
||||
</a>
|
||||
</div>
|
||||