Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-26 | Fix indent in nginx config for cgit | Dmitry Ilvokhin | |
2024-03-30 | Remove favicon deletion from cgit role | Dmitry Ilvokhin | |
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. | |||
2024-03-03 | Rename git role to gitserver | Dmitry Ilvokhin | |
2024-02-10 | Move git dependencies into proper dependencies | Dmitry Ilvokhin | |
2024-02-10 | Move cgit dependencies into proper dependencies | Dmitry Ilvokhin | |
2024-02-04 | Remove favicon.ico from cgit serving directory | Dmitry Ilvokhin | |
2024-02-04 | Add fcgiwrap role to reuse it in git and cgit | Dmitry Ilvokhin | |
2024-02-04 | Fix path to cgit directories | Dmitry Ilvokhin | |
2024-01-28 | Add forgotten cgitrc file | Dmitry Ilvokhin | |
2024-01-28 | Add cgit role | 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. |