summaryrefslogtreecommitdiffstats
path: root/cgit/httpd.conf (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-07cgit: Remove old logo alias/routeMalfurious1-1/+0
The cgit logo image is no longer used in our configuration, so serving it via the webserver is not necessary. Signed-off-by: Malfurious <m@lfurio.us>
2024-08-07cgit: Add favicon from new logo designMalfurious1-1/+1
Signed-off-by: Malfurious <m@lfurio.us>
2024-08-07Rename project to srcnodeMalfurious1-2/+2
"Normalmode" is the name of the hosted platform that this software package was constructed to power. To better distinguish between the two and to give this project more of a standalone identity, it is rebranded with a new name. Signed-off-by: Malfurious <m@lfurio.us>
2024-03-12cgit: Add robots.txt routeMalfurious1-0/+1
cgit does include a robots.txt file, but the previous server configuration did not allow it to be served. Signed-off-by: Malfurious <m@lfurio.us>
2024-03-12cgit: Add custom logoMalfurious1-0/+7
Signed-off-by: Malfurious <m@lfurio.us>
2023-09-16cgit: Update user and file paths for alpine distroMalfurious1-9/+9
Signed-off-by: Malfurious <m@lfurio.us>
2023-09-16cgit: Consolidate config files into a single directoryMalfurious1-0/+35
Continue cleaning the folder structure from the previous merge. Signed-off-by: Malfurious <m@lfurio.us>