ericpaulbishop / redmine_git_hosting

A ChiliProject/Redmine plugin which makes configuring your own git hosting easy.
186 stars 37 forks source link

Plugin-wide Setting to Disable Public Git Access #104

Closed mutewinter closed 13 years ago

mutewinter commented 13 years ago

I am deploying a private install of ChiliProject / redmine_git_hosting and I need to have everything managed by Git be private.

I don't want to use only private projects, as users should be able to see all the projects available on ChiliProject. I just want to force git to always use SSH, even for newly created projects.

My current solution is to disable the git-daemon on the server and to set allow_anonymouse_read to always be false. It would be much cleaner if there were a setting in the Plugin that disabled the ability for Git Repositories to be set to HTTP / HTTP and Daemon support.

ericpaulbishop commented 13 years ago

This is a feature request, not a bug. If you want to implement it yourself feel free, but this is not a priority for me.