Age | Commit message (Collapse) | Author |
|
|
|
|
|
This allowes to have private repositories on the same server.
|
|
We set root to /usr/share/webapps/cgit for cgit location. This directory
contains favicon which served automatically. One way to stop it is to
remove favicon, but every package update will bring it back in.
So I just hardcoded into nginx config return code of 404 for favicon
request to do not serve it.
|
|
|
|
Favicon is back after each cgit package update. I don't think it worth
it to fight with it.
Nginx serves content out of /usr/share/webapps/cgit, which has some
useful files inside as well and it doesn't really make sense to move
working directory to different one either.
For long term maintainability reasons lets use a default favicon.
|
|
|
|
|
|
The Git server role should support:
* git ssh protocol,
* git protocol,
* git smart http protocol.
Support for cgit will come as a separate role.
|