stackdot / NodeJS-Git-Server

A multi-tenant git server using NodeJS
387 stars 103 forks source link

Added support for sha encoded passwords #6

Closed jutaz closed 11 years ago

qrpike commented 11 years ago

Ill go ahead and push to NPM as well. BTW are you interested in me adding you to the project, you can manage it. I don't have much time - just took a job at Google.

Thanks,

jutaz commented 11 years ago

Ok, I would like to be manager of this project. Thanks.

qrpike commented 11 years ago

Cool, I've added you as a collab.

BTW, What do you think of using LevelDB as the backend for users/repo's instead of a flat JSON file.

Thanks,

jutaz commented 11 years ago

I personally prefer MongoDB, but I think, that I can make a configurable DB stores option. What do you think?

qrpike commented 11 years ago

I love MongoDB ( w/mongoose ). I was just thinking ease of use / installation. leveldb is just a npm package. But it would be great to be able to choose your desired option.

jutaz commented 11 years ago

I think, that this will be next thing I will do after implementing substack/git-emit library

qrpike commented 11 years ago

You probably know more about GIT than I do, is there any way to be able to add ssh requests, instead of just http(s) ?

jutaz commented 11 years ago

Maybe, don`t know yet. Will find out eventually. Maybe I will need to rewrite entire ssh in javascript :D

qrpike commented 11 years ago

Hahaha!