# git-ssb-web A web interface for git repos on [ssb][secure-scuttlebutt]. ## Install ``` npm install -g git-ssb-web ``` Or, if you also want the git remote helper and other goodies, install the [git-ssb][] suite: ``` npm install -g git-ssb ``` ## Usage ``` git-ssb-web [] ``` host defaults to `localhost`. port defaults to `7718`. [secure-scuttlebutt]: https://github.com/ssbc/secure-scuttlebutt [git-ssb]: https://github.com/clehner/git-ssb [git-remote-ssb]: https://github.com/clehner/git-remote-ssb ## License Copyright (c) 2016 Charles Lehner Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument. DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.