Basic use case for MVP GIT server:
- User wants to host files using git, controlled by nodejs.
- There should be an event API for hooking into GIT for when a push is made to a repo for example.
- Files need to be hosted via http, https, git, or ssh. At least one secure method is needed
- User wants to store files in local or off-site locations (e.g. s3, mongodb, local fs...)
- User needs the ability to clone files hosted via js-git
- User needs the ability to push to the repo.
- User needs the ability to host multiple repos.
- User needs to support basic auth and ssh keys.
Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.
Basic use case for MVP GIT server:
Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.