modules: services: woodpecker: use 'ci' subdomain
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-08-06 14:49:35 +01:00
parent df99533433
commit 163ba0fba7

View file

@ -53,9 +53,14 @@ in
my.services.nginx.virtualHosts = [
{
subdomain = "woodpecker";
subdomain = "ci";
inherit (cfg) port;
}
# Redirect `woodpecker.` to actual CI subdomain
{
subdomain = "woodpecker";
redirect = config.services.woodpecker-server.environment.WOODPECKER_HOST;
}
# I might want to be able to RPC from other hosts in the future
{
subdomain = "woodpecker-rpc";