ZeroNetX / ZeroNet

ZeroNetX - Decentralized websites using Bitcoin crypto and BitTorrent network
https://zeronet.dev
Other
212 stars 32 forks source link

A git checkout of ZeroNetX is not usable #182

Closed emdee-net closed 1 year ago

emdee-net commented 1 year ago

A git checkout of ZeroNetX is not usable - it contains no plugins. Plugins are not extra to ZeroNet as they are required for core functionality getTrackerHandler.

If you want to add extra plugins from another repository the correct way to do it is with submodules (git clone --recurse-submodules). But core functionality should stay with the core code.

canewsin commented 1 year ago

ZeroNetX is going to arch towards security even WebSocket connections are made pluggable in rust version. Say someone wants to Publish their Html only App eg: Docs App, they can completely disable JS in Rust version.

canewsin commented 1 year ago

Fixed in v0.8.2