jgm / gitit

A wiki using HAppS, pandoc, and git
GNU General Public License v2.0
2.15k stars 225 forks source link

Add support for http push and pull of git repository #606

Open trenta3 opened 6 years ago

trenta3 commented 6 years ago

As per title, It would be wonderful to allow http push and pull of the underlying git repository only for authenticated users (or better accoding to the require-authentication setting).

Currently there is no way to do it, because gitit saves user data in a file with custom format (for example, it does not use htpasswd format, which renders impossible to do authentication via apache).