HelloZeroNet / HelloZeroNet/ZeroNet

Fallback server for optional or missing files

オープン
#2,427 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
18.8k
フォーク
2.3k
PR マージ指標
30日以内にマージされた PR はありません

説明

Fallback server for optional or missing files

Currently when site has big or a lot of optional files site owner has to seed the site with ZN node still on. Even with that there's no guarantee of site files availability due to censorship or low amount of peers.

I'd like to propose a feature of fallback server. It would be definable in site content.json.

When file is not available or seeding peer is not connectable then ZN client would fallback to server as a last step. File would be downloaded, verified with hash as usuall. After that available in regular Zeronet ways. On the server the same structure of files in Zeronet client would be uploaded.

The configuration would be as follows:

"fallback_server": {
"https": "example.com/zeronetsitefiles",
"sftp": "example.com/zeronetsitefiles",
...
},

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Start by reviewing the proposed fallback_server configuration in site content.json and tracing how the ZeroNet client handles unavailable or unreachable files. Determine how HTTPS and SFTP sources would be configured and reached, while preserving the existing hash verification and file availability behavior. Done means an agreed design and implementation path for fallback downloads.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
javascript
領域
distributed-systems, networking
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。