bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42447: Issue with CGIT service


From: Ludovic Courtès
Subject: bug#42447: Issue with CGIT service
Date: Mon, 27 Jul 2020 12:53:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)


Brett Gilio <brettg@gnu.org> skribis:

> 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.
>
> (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")))

Weird.

> 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.

The cgit test in (gnu tests version-control) shows cgit/nginx
integration, perhaps you could take inspiration from there?  It also
suggests we should add an example in the manual.

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]