Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-26 | Remove favicon from cgit | Dmitry Ilvokhin | |
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. | |||
2024-04-26 | Fix indent in nginx config for cgit | Dmitry Ilvokhin | |
2024-02-04 | Fix path to cgit directories | Dmitry Ilvokhin | |
2024-01-21 | Add role for git server | Dmitry Ilvokhin | |
The Git server role should support: * git ssh protocol, * git protocol, * git smart http protocol. Support for cgit will come as a separate role. |