updates :3
This commit is contained in:
parent
825f05c50a
commit
dd60fce00f
20 changed files with 1360 additions and 565 deletions
|
|
@ -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];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue