modules: services: woodpecker: use 'ci' subdomain
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
df99533433
commit
163ba0fba7
1 changed files with 6 additions and 1 deletions
|
|
@ -53,9 +53,14 @@ in
|
||||||
|
|
||||||
my.services.nginx.virtualHosts = [
|
my.services.nginx.virtualHosts = [
|
||||||
{
|
{
|
||||||
subdomain = "woodpecker";
|
subdomain = "ci";
|
||||||
inherit (cfg) port;
|
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
|
# I might want to be able to RPC from other hosts in the future
|
||||||
{
|
{
|
||||||
subdomain = "woodpecker-rpc";
|
subdomain = "woodpecker-rpc";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue