summaryrefslogtreecommitdiff
path: root/roles/cgit/files/cgitrc
AgeCommit message (Collapse)Author
2026-08-02Do not serve linux repo by cgitHEADmasterDmitry Ilvokhin
AI crawlers are killing SSD on the git box. Serve them with 404 instead to keep the box alive.
2026-07-29Hide Linux kernel repoDmitry Ilvokhin
AI crawler bots are going crazy trying to crawl content of it and killing box that serves web requests.
2026-07-25Add git mirror for Linux kernelDmitry Ilvokhin
2026-01-02Fix spelling in packages repo descirptionDmitry Ilvokhin
2025-12-19Add packages repository to cgitDmitry Ilvokhin
2025-12-16Add misc repository to cgitrcDmitry Ilvokhin
2025-08-17Add histogram tool repository to cgit configDmitry Ilvokhin
2025-07-27Add HTTPs URL template to cgitDmitry Ilvokhin
2025-03-15Add flatbot repository to repository listDmitry Ilvokhin
2024-05-03Add clone URLs for repositoriesDmitry Ilvokhin
2024-05-03Add dots to commentsDmitry Ilvokhin
2024-05-03List repositories explicitly instead of scan-pathDmitry Ilvokhin
This allowes to have private repositories on the same server.
2024-03-30Remove favicon deletion from cgit roleDmitry 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-01-28Add forgotten cgitrc fileDmitry Ilvokhin