about summary refs log tree commit diff
path: root/guix/forge/cgit.scm
AgeCommit message (Collapse)Author
29 hourscgit: Import (guix diagnostics) and (guix i18n) for leave.Arun Isaac
31 hourscgit: Explain why about-filter and source-filter are thunked.Arun Isaac
31 hourscgit: Switch from Pygments to Chroma.Arun Isaac
Chroma is a lot faster than Pygments, probably in part due to it not incurring the Python interpreter startup overhead. Thus, it will perform better as a source filter, and will hold up well to the onslaught of the AI crawlers.
31 hourscgit: Protect with Anubis.Arun Isaac
31 hourscgit: Move try_files to location context.Arun Isaac
31 hourscgit: Use nginx-named-location-configuration for @cgit.Arun Isaac
31 hourscgit: Re-indent.Arun Isaac
2026-07-03cgit: Add fcgiwrap-processes field.Arun Isaac
2025-08-04cgit: Default to cgit-pink.Arun Isaac
* guix/forge/cgit.scm: Import cgit-pink instead of cgit from (gnu packages version-control). (<cgit-configuration>)[cgit]: Default to cgit-pink.
2024-06-09cgit: Use git-without-safe-directory-check by default.Arun Isaac
* guix/forge/cgit.scm: Import git-without-safe-directory-check from (forge git). (<cgit-configuration>)[git]: Set default value to git-without-directory-check.
2023-12-22fcgiwrap: Use <environment-variable> records.Arun Isaac
* guix/forge/fcgiwrap.scm: Import (forge environment). (fcgiwrap-shepherd-services): Use <environment-variable> record. * doc/forge.skb (Services)[Specialized application deployment services]{fcgiwrap service}: Document it. * guix/forge/cgit.scm: Import (forge environment). (cgit-fcgiwrap-instance): Use <environment-variable> record.
2023-08-12cgit: Render org mode README files.Arun Isaac
* guix/forge/cgit.scm: Import emacs-minimal from (gnu packages emacs). (%cgit-readme): Add README.org. (about-filter-gexp): Render org mode README files. * guix/forge/org2html.el: New file. * doc/forge.skb (Services)[Git web viewers]{cgit service}: Document support for org mode README files.
2023-08-09cgit: Add cgit service.Arun Isaac
* guix/forge/cgit.scm: New file. * doc/forge.skb (Services)[Git web viewers]: New section.