summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)AuthorFilesLines
2024-09-08feat: use slog for loggingLibravatar Terin Stock1-7/+9
2024-09-08feat: add pprof endpointsLibravatar Terin Stock1-0/+19
2024-09-08feat: reusable HTTP server runnableLibravatar Terin Stock1-7/+24
Replace the HTTP server runnable with a version derived from controller-runtime's manager, allowing for more than one type of HTTP server to be added.
2022-11-26add initial version of cgit-httpdLibravatar Terin Stock1-0/+63