📄 | README.md |
📄 | index.js |
📁 | lib |
📁 | locale |
📄 | package.json |
📄 | server.js |
📁 | static |
README.md
git-ssb-web
A web interface for git repos on ssb.
Public demo: https://git-ssb.celehner.com/
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 [<options>] [<host:port>]
host
: hostname to listen on. defaults tolocalhost
.port
: port to listen on. defaults to7718
.
Options:
--public
: make the app read-only (e.g. disable making digs), to make it suitable for serving publicly
Screenshots
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.
Built with git-ssb-web