feat(sterni/code.sterni.lv): hide emails in cgit
Change-Id: If48823b7992aa61fee9b1a6f458434a596bead90 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12795 Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
2b9a088845
commit
ed7aa322c6
1 changed files with 3 additions and 2 deletions
|
@ -119,11 +119,14 @@ let
|
||||||
enable-commit-graph=1
|
enable-commit-graph=1
|
||||||
|
|
||||||
root-title=code.sterni.lv
|
root-title=code.sterni.lv
|
||||||
|
root-desc=
|
||||||
css=/cgit.css
|
css=/cgit.css
|
||||||
head-include=${cgitHead}
|
head-include=${cgitHead}
|
||||||
|
|
||||||
mimetype-file=${pkgs.mime-types}/etc/mime.types
|
mimetype-file=${pkgs.mime-types}/etc/mime.types
|
||||||
|
|
||||||
|
noplainemail=1
|
||||||
|
|
||||||
about-filter=${depot.tools.cheddar.about-filter}/bin/cheddar-about
|
about-filter=${depot.tools.cheddar.about-filter}/bin/cheddar-about
|
||||||
source-filter=${depot.tools.cheddar}/bin/cheddar
|
source-filter=${depot.tools.cheddar}/bin/cheddar
|
||||||
readme=:README.md
|
readme=:README.md
|
||||||
|
@ -175,8 +178,6 @@ in
|
||||||
user = "http";
|
user = "http";
|
||||||
group = "http";
|
group = "http";
|
||||||
};
|
};
|
||||||
# Default value doesn't work as documented
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/318599/files#r1673885083
|
|
||||||
socket = {
|
socket = {
|
||||||
user = "http";
|
user = "http";
|
||||||
group = "http";
|
group = "http";
|
||||||
|
|
Loading…
Reference in a new issue