diff options
author | EuAndreh <eu@euandre.org> | 2020-08-24 10:56:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-24 10:59:02 -0300 |
commit | 09743f0556e85690963595718a152b646483ac29 (patch) | |
tree | 7a610a664ff145316e82d4904b1befb7a83436e3 /vps-configuration.env.nix | |
parent | Overwrite favicons/ folder on deployment (diff) | |
download | server-09743f0556e85690963595718a152b646483ac29.tar.gz server-09743f0556e85690963595718a152b646483ac29.tar.xz |
Add cgit simple root-readme and root-desc
Diffstat (limited to 'vps-configuration.env.nix')
-rw-r--r-- | vps-configuration.env.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index edfa9b1..b9218f2 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -245,6 +245,8 @@ in { enable-index-owner=0 enable-log-filecount=1 enable-log-linecount=1 + root-desc=public repositories + root-readme=${envsubstConfiguration.gitRoot}/about.html max-repodesc-length=120 repo.readme=:README.md remove-suffix=1 |