https://github.com/bjornstar/component-ssh-proxy-install
A way to install private repos using component
https://github.com/bjornstar/component-ssh-proxy-install
Last synced: 3 months ago
JSON representation
A way to install private repos using component
- Host: GitHub
- URL: https://github.com/bjornstar/component-ssh-proxy-install
- Owner: bjornstar
- Fork: true (virtru-dev/component-ssh-proxy-install)
- Created: 2014-02-05T03:52:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-05T07:55:19.000Z (about 11 years ago)
- Last Synced: 2024-04-15T12:19:29.585Z (about 1 year ago)
- Language: JavaScript
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
component-proxy-install - Proxy git over http locally
=========================================================This is a hack to allow for private repos to be installed without exposing any
passwords on your local system. It will utilize ssh git checkouts on your
system in order to make it work. For now it only works with github. Other
repository containers to come soon.Using
-----Usage is almost identical to ``component install`` just with a different
invocation. In order to use run the following command::component proxy-install
Any options you pass will be passed to ``component install``
How it works
------------It works by checking out all of your repos to a temporary directory
and serving those using a simple express app.It serves the repos using the same interface as ``raw.github.com``.