feat: Added jellyfin

This commit is contained in:
uttarayan21
2024-11-28 22:42:46 +02:00
parent a4882d8057
commit 75bfe26961

View File

@@ -39,6 +39,9 @@
};
};
};
jellyfin = {
enable = true;
};
authelia = {
instances.darksailor = {
enable = true;
@@ -194,6 +197,9 @@
reverse_proxy localhost:8123
'';
virtualHosts."media.darksailor.dev".extraConfig = ''
reverse_proxy localhost:8096
'';
};
};
}