Nix flake update; Add brohan.lol meme domain; update Jellyfin container

This commit is contained in:
2024-05-31 14:13:13 -05:00
parent d317917453
commit a5dbee8755
3 changed files with 20 additions and 25 deletions

View File

@ -23,7 +23,7 @@
};
jellyfin = {
image = "linuxserver/jellyfin:10.8.13";
image = "linuxserver/jellyfin:10.9.3";
ports = [ "8096:8096" "8920:8920" ];
volumes = [
"/home/sezycei/srv/containerdata/jellyfin/config:/config"

View File

@ -45,6 +45,7 @@
in
{
"atuin.matri.cx" = proxied { target = "http://127.0.0.1:8888"; };
"brohan.lol" = static { dir = "/var/www/brohan.lol"; };
"cache.matri.cx" = proxiedLAN {
target = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}";
};