HelloZeroNet / HelloZeroNet/ZeroHello
The recent update that allows sites to use Name YO without breakage for non-users of Name YO
- 主要语言
- JavaScript
- 星标
- 73
- 派生
- 69
- PR 合并指标
- 30 天内没有已合并 PR
描述
You're no longer able to set the domain to a raw URL without a TLD.
For instance, App 0 used:
>"domain": "raw/1E7wdLyfWBZAJoPtk7t7dxBAdVFDkWpKrX",
But now that no longer directs you to:
>127.0.0.1:43110/raw/1E7wdLyfWBZAJoPtk7t7dxBAdVFDkWpKrX
So, now I have had to set the domain line with raw + a domain name:
>"domain": "raw/app0.zn",
Could ZeroNet be updated to handle a line in content.json such as:
>"raw_url": "true",
Or could raw be placed in the address line:
> "address": "raw/1E7wdLyfWBZAJoPtk7t7dxBAdVFDkWpKrX",
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start with the content.json domain and address forms described in the issue, and reproduce the raw URL case without a TLD. Trace how ZeroNet handles these values and decide on the requested behavior; done means raw/1E7wdLyfWBZAJoPtk7t7dxBAdVFDkWpKrX resolves locally without requiring a domain name, while existing domain handling still works.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- networking
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100