git ssb

30+

cel / git-ssb-web



Tree: eea0db85d7e66a8ad5a7b303e15db5c146d57e11

Files: eea0db85d7e66a8ad5a7b303e15db5c146d57e11 / README.md

2332 bytesRaw

git-ssb-web

A web interface for git repos on ssb.

Public installations:

Install

Requirements:

Optional requirement:

Install via ssb-npm:

npm install -g git-ssb-web --registry=http://localhost:8043/

Or, if you also want the git remote helper and other goodies, install the git-ssb suite:

npm install -g git-ssb --registry=http://localhost:8043/

Usage

NOTE: If you are running a modern version of Patchwork, and have installed git-ssb-web, it will automatically be available at http://localhost:7718 whenever you run Patchwork, and you do not need to start it separately.

git ssb web [<options>] [<host:port>]

Options:

Config

~/.ssb/config:

{
  "git-ssb-web": {
    "host": "127.0.0.1",
    "port": 7718,
    "computeIssueCounts": false
  }
}

Set computeIssueCounts to true to calculate counts of open issues and pull requests to display in the navigation links of a repo. This involves an expensive query at startup.

Screenshots

screenshot

Old screenshots:

screenshot of a user's activity

screenshot of a pull request

License

Copyright (c) 2016-2019 Charles Lehner and contributors

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