2023-08-01 23:02:11 +02:00
|
|
|
{ ... }:
|
|
|
|
{
|
2023-10-10 04:14:29 +02:00
|
|
|
services.nginx.virtualHosts = {
|
|
|
|
"jellyfin.grzb.de" = {
|
|
|
|
listen = [{
|
|
|
|
addr = "0.0.0.0";
|
|
|
|
port = 80;
|
|
|
|
}];
|
|
|
|
locations."^~ /.well-known/acme-challenge/" = {
|
|
|
|
proxyPass = "http://jellyfin.vs.grzb.de:80";
|
|
|
|
};
|
2023-08-01 23:02:11 +02:00
|
|
|
};
|
2023-10-10 04:14:29 +02:00
|
|
|
"mail-1.grzb.de" = {
|
|
|
|
listen = [{
|
|
|
|
addr = "0.0.0.0";
|
|
|
|
port = 80;
|
|
|
|
}];
|
|
|
|
locations."^~ /.well-known/acme-challenge/" = {
|
|
|
|
proxyPass = "http://mail-1.vs.grzb.de:80";
|
|
|
|
};
|
2023-09-14 14:43:49 +02:00
|
|
|
};
|
2023-10-10 04:14:29 +02:00
|
|
|
"mastodon.nekover.se" = {
|
|
|
|
listen = [{
|
|
|
|
addr = "0.0.0.0";
|
|
|
|
port = 80;
|
|
|
|
}];
|
|
|
|
locations."^~ /.well-known/acme-challenge/" = {
|
|
|
|
proxyPass = "http://mastodon.vs.grzb.de:80";
|
|
|
|
};
|
2023-08-29 16:10:22 +02:00
|
|
|
};
|
2023-10-10 04:14:29 +02:00
|
|
|
"matrix.nekover.se" = {
|
|
|
|
listen = [{
|
|
|
|
addr = "0.0.0.0";
|
|
|
|
port = 80;
|
|
|
|
}];
|
|
|
|
locations."^~ /.well-known/acme-challenge/" = {
|
|
|
|
proxyPass = "http://matrix.vs.grzb.de:80";
|
|
|
|
};
|
2023-08-05 04:47:14 +02:00
|
|
|
};
|
2023-10-10 04:14:29 +02:00
|
|
|
"netbox.grzb.de" = {
|
|
|
|
listen = [{
|
|
|
|
addr = "0.0.0.0";
|
|
|
|
port = 80;
|
|
|
|
}];
|
|
|
|
locations."^~ /.well-known/acme-challenge/" = {
|
|
|
|
proxyPass = "http://netbox.vs.grzb.de:80";
|
|
|
|
};
|
2023-08-06 17:53:50 +02:00
|
|
|
};
|
2023-10-10 04:14:29 +02:00
|
|
|
"grafana.grzb.de" = {
|
|
|
|
listen = [{
|
|
|
|
addr = "0.0.0.0";
|
|
|
|
port = 80;
|
|
|
|
}];
|
|
|
|
locations."^~ /.well-known/acme-challenge/" = {
|
|
|
|
proxyPass = "http://metrics.vs.grzb.de:80";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
"turn.nekover.se" = {
|
|
|
|
listen = [{
|
|
|
|
addr = "0.0.0.0";
|
|
|
|
port = 80;
|
|
|
|
}];
|
|
|
|
locations."^~ /.well-known/acme-challenge/" = {
|
|
|
|
proxyPass = "http://coturn.vs.grzb.de:80";
|
|
|
|
};
|
2023-08-07 22:12:36 +02:00
|
|
|
};
|
|
|
|
};
|
2023-08-01 23:02:11 +02:00
|
|
|
}
|