HelloZeroNet / HelloZeroNet/ZeroNet
Possible to create symbolic links?
- 主要语言
- JavaScript
- 星标
- 18.8k
- 派生
- 2.3k
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hi, I need to get the files in content.json that are in the folder by a symbolic link.
I create a link like this
ln -s / mnt / node / video video
"files": {
"index.html": {
"sha512": "",
"size": 1689
},
"video/videofile.mp4": {
"sha512": "",
"size": 3647
},
Is it possible?
My files are not indexed and do not fall into the content.json file when I click on save settings in the side menu.
How to achieve what I need?
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by reproducing the reported symbolic-link setup and checking how the linked files are handled when Save settings is clicked in the side menu. Trace the content.json generation path and determine whether files reached through the link should be indexed; done means the linked video file appears in content.json with its size and hash.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- linux
- 领域
- operating-systems
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100