From 9720353f7e12264030aca992ecadc568b7c61710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 26 Jan 2023 00:55:17 +0100 Subject: [PATCH] Add woodpecker --- hosts/public-access-proxy/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/public-access-proxy/default.nix b/hosts/public-access-proxy/default.nix index 4d0efb56..89b4ad0c 100644 --- a/hosts/public-access-proxy/default.nix +++ b/hosts/public-access-proxy/default.nix @@ -140,6 +140,9 @@ } { hostNames = [ "oxigraph.hq.c3d2.de" ]; proxyTo.host = zentralwerk.lib.config.site.net.serv.hosts4.oxigraph; + } { + hostNames = [ "woodpecker.hq.c3d2.de" ]; + proxyTo.host = hostRegistry.woodpecker.ip4; } ]; };