Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-ssb-web

Package Overview
Dependencies
Maintainers
6
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-ssb-web

web server for browsing git repos on ssb

  • 2.8.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

git-ssb-web

A web interface for git repos on ssb.

Public installations:

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 to localhost.
  • port: port to listen on. defaults to 7718.

Options:

  • --public: make the app read-only (e.g. disable making digs), to make it suitable for serving publicly

Config

~/.ssb/config: { "git-ssb-web": { "host": "127.0.0.1", "port": 7718, "computeIssueCounts": true } }

Set computeIssueCounts to false for faster start up.

Screenshots

screenshot of a user's activity

screenshot of a repo

screenshot of a pull request

License

Copyright (c) 2016 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.

FAQs

Package last updated on 09 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc