Nix flake update; Add brohan.lol meme domain; update Jellyfin container
This commit is contained in:
@ -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"
|
||||
|
@ -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}";
|
||||
};
|
||||
|
Reference in New Issue
Block a user