Private git repository management. With minimum server requirements. (eg.: Works with Dreamhost shared servers)
Works similar github and gitorious, you register ssh public keys on it, create repositories you can clone, push and pull from these repositories. You can also add collaborators who will have access to the repositories.
Other users can access everyone's repositories if they know repos addresses. This security check is not done, yet.
Ruby 2.3.7 Other versions to bechecked
create files config/gitito.yml and config/database.yml Hint: use config/gitito.yml.example and config/database.yml.example as model to create these files
$ gem install bundler $ bundle install