Brett Gilio wrote 5 years ago
(address . bug-guix@gnu.org)
Hi all,
I am having an issue with the CGIT service. There is a record field for
setting the directory it should watch, defaulting to /srv/cgit or
something similar. Currently when doing this it just returns an empty
cgit web interface.
Toggle snippet (10 lines)
(service cgit-service-type
(cgit-configuration
(enable-commit-graph? #t)
(enable-html-serving? #t)
(repository-directory
(string-append home-directory "/Repos/"))
(nocache? #t)
(readme "CGIT README")))
Also, I would also be willing to collaborate with
somebody on getting cgit and nginx to work together to set a port other
than 80.
Thoughts?
Brett Gilio