jellyfin
This commit is contained in:
@@ -88,11 +88,12 @@
|
|||||||
n8n.enable = true;
|
n8n.enable = true;
|
||||||
|
|
||||||
nextcloud.enable = true;
|
nextcloud.enable = true;
|
||||||
|
jellyfin.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
containers = {
|
containers = {
|
||||||
jellyfin.enable = true;
|
|
||||||
"esotericbytes.com".enable = true;
|
"esotericbytes.com".enable = true;
|
||||||
|
|
||||||
gitea.enable = true;
|
gitea.enable = true;
|
||||||
|
|
||||||
code-server.enable = true;
|
code-server.enable = true;
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ in {
|
|||||||
volumes = [
|
volumes = [
|
||||||
"vol_jellyfin-config:/config"
|
"vol_jellyfin-config:/config"
|
||||||
"vol_jellyfin-cache:/cache"
|
"vol_jellyfin-cache:/cache"
|
||||||
|
|
||||||
|
"/etc/jellyfin/media"
|
||||||
];
|
];
|
||||||
|
|
||||||
labels = {
|
labels = {
|
||||||
@@ -48,6 +50,7 @@ in {
|
|||||||
|
|
||||||
extraOptions = lib.mkIf config.sysconfig.docker.nvidia [
|
extraOptions = lib.mkIf config.sysconfig.docker.nvidia [
|
||||||
"--device=nvidia.com/gpu=all"
|
"--device=nvidia.com/gpu=all"
|
||||||
|
"--ip=192.168.101.21"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ in {
|
|||||||
|
|
||||||
|
|
||||||
#"traefik.http.services.${name}.loadbalancer.server.port" = "11000";
|
#"traefik.http.services.${name}.loadbalancer.server.port" = "11000";
|
||||||
"traefik.http.services.${name}.loadbalancer.server.url" = "http://nextcloud-aio-apache:11000";
|
"traefik.http.services.${name}.loadbalancer.server.url" = "http://192.168.101.1:11000";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
|
|||||||
Reference in New Issue
Block a user