forked from the-distro/infra
gerrit01: rename to cl.forkos.org
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
c892e4ca70
commit
182e55c35f
|
@ -56,7 +56,7 @@
|
|||
|
||||
./services
|
||||
./common
|
||||
./hosts/cl.nixpkgs.lahfa.xyz
|
||||
./hosts/cl.forkos.org
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -83,7 +83,7 @@ in
|
|||
# pack.threads = "8";
|
||||
log.jsonLogging = true;
|
||||
log.textLogging = false;
|
||||
sshd.advertisedAddress = "cl.nixpkgs.lahfa.xyz:29418";
|
||||
sshd.advertisedAddress = "cl.forkos.org:29418";
|
||||
cache.web_sessions.maxAge = "3 months";
|
||||
plugins.allowRemoteAdmin = false;
|
||||
change.enableAttentionSet = true;
|
||||
|
@ -92,7 +92,7 @@ in
|
|||
# Configures gerrit for being reverse-proxied by nginx as per
|
||||
# https://gerrit-review.googlesource.com/Documentation/config-reverseproxy.html
|
||||
gerrit = {
|
||||
canonicalWebUrl = "https://cl.nixpkgs.lahfa.xyz";
|
||||
canonicalWebUrl = "https://cl.forkos.org";
|
||||
docUrl = "/Documentation";
|
||||
};
|
||||
|
||||
|
@ -108,7 +108,7 @@ in
|
|||
# Auto-link other CLs
|
||||
commentlink.gerrit = {
|
||||
match = "cl/(\\d+)";
|
||||
link = "https://cl.nixpkgs.lahfa.xyz/$1";
|
||||
link = "https://cl.forkos.org/$1";
|
||||
};
|
||||
|
||||
# Configures integration with Keycloak, which then integrates with a
|
||||
|
|
Loading…
Reference in a new issue