frikandel: add disabled jellyfin and authelia forwards

This commit is contained in:
b12f 2024-09-06 19:29:46 +02:00
parent 7eb2b80e22
commit 01c0b30a98
Signed by: b12f
GPG key ID: 729956E1124F8F26
2 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,17 @@
{
flake,
config,
pkgs,
lib,
...
}: {
security.acme.certs = {
"auth.b12f.io" = {};
};
services.nginx.virtualHosts."auth.b12f.io" = {
forceSSL = true;
useACMEHost = "auth.b12f.io";
locations."/".proxyPass = "https://auth.b12f.io";
};
}

View file

@ -9,6 +9,7 @@
./wireguard.nix
./email.nix
./website.nix
./jellyfin-forward.nix
# ./jellyfin-forward.nix
# ./authelia-forward.nix
];
}