feat: 储存空间支持添加另外的zfile
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 10.8k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
为了帮助我们更好的解决您的问题,请填写以下选项(不填写完整可能会被直接关闭 issue):
- 是否已搜索其他 issue,没有人提过这个功能?:
- 是否已尝试使用最新版本,且仍然没有此功能?:
- 功能概述:类似于分布式,比如我在两个服务器都创建有zfile服务器,A服务器有80端口,地址:A.123.com:80,B没有80端口,地址:B.123.com:1080,我想通过A服务器可以直接浏览查看B服务器的文件内容,点击下载时也能自动重定向到B服务器的地址,而不是转发代理。为保证安全,两个服务器需要用Key校验。
- 功能动机:去除私网文件服务器带端口的问题。
- 详细解释(可选):
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are identified in the issue. Start by locating the storage-server and download-routing components, then determine how two Zfile servers could authenticate with a key and redirect downloads to the second server. Done means browsing the remote server through the first server and redirecting downloads without proxying file content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- backend, distributed-systems, networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100