Add netbox host

This commit is contained in:
fi 2024-11-20 05:46:40 +01:00
parent 1b62b6b7a5
commit 19bd3a2112
7 changed files with 84 additions and 0 deletions

View file

@ -9,4 +9,13 @@
proxyPass = "http://jellyfin.vs.grzb.de:80";
};
};
services.nginx.virtualHosts."netbox.grzb.de" = {
listen = [{
addr = "0.0.0.0";
port = 80;
}];
locations."^~ /.well-known/acme-challenge/" = {
proxyPass = "http://netbox.vs.grzb.de:80";
};
};
}