updates :3

This commit is contained in:
zack 2025-05-06 20:02:36 -04:00
parent 825f05c50a
commit dd60fce00f
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
20 changed files with 1360 additions and 565 deletions

View file

@ -20,17 +20,17 @@ in {
group = "users";
};
virtualisation.oci-containers = {
containers.jellyfin-vue = {
image = "ghcr.io/jellyfin/jellyfin-vue:unstable";
environment = {
"PUBLIC_JELLYFIN_API" = "http://localhost:8096";
};
ports = [
"8065:80"
];
};
};
# virtualisation.oci-containers = {
# containers.jellyfin-vue = {
# image = "ghcr.io/jellyfin/jellyfin-vue:unstable";
# environment = {
# "PUBLIC_JELLYFIN_API" = "http://localhost:8096";
# };
# ports = [
# "8065:80"
# ];
# };
# };
networking.firewall.allowedTCPPorts = [8065];
};