Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.31 KB

ssb-minimal-pub-server

This is a friendly fork of ssb-server aimed at a minimal core useful for pubs.

This repo has the following changes compared to ssb-server:

  • ssb-links has been removed. This module not used in the core, instead mostly used by external applications usch as patchfoo, git-ssb and ssb-npm. If needed can be installed as a plugin.
  • Use ssb-legacy-conn instead of ssb-gossip.
  • Includes all the modules needed for peer-invites.

In all other respects it behaves the same as ssb-server, so it should be an easy replacement.

Furthermore this repo tries to stay as close to ssb-server as possible by merging in changes when new releases appear. This means that 15.0.1 is the same as ssb-server 15.0.1 except the changes mentioned above.

Install

npm install -g ssb-minimal-pub-server

Upon installation it is recommended that you supply a device address which enables nodes to use your pub for peer-invites.

Usage

Please refer to the ssb-server documentation.

License

MIT