update containers

This commit is contained in:
Dmitriy Kholkin 2024-07-07 17:04:42 +03:00
parent 37bd82c145
commit 27f20004d1
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
9 changed files with 9 additions and 9 deletions

View File

@ -37,7 +37,7 @@ let
in {
virtualisation.oci-containers.containers.media-caddy = {
autoStart = true;
image = "ghcr.io/hotio/caddy:release-2.7.6";
image = "ghcr.io/hotio/caddy:release-2.8.4";
environment = {
PUID = "1000";
PGID = "100";

View File

@ -11,7 +11,7 @@ in {
TZ = "Europe/Moscow";
};
extraOptions = [ "--pod=media-stack" ];
image = "docker.io/linuxserver/jackett:0.21.2606";
image = "docker.io/linuxserver/jackett:0.22.263";
volumes = [
"${nas-path}/configs/jackett:/config"
];

View File

@ -11,7 +11,7 @@ let
in {
virtualisation.oci-containers.containers.jellyfin = {
autoStart = true;
image = "docker.io/linuxserver/jellyfin:10.9.6";
image = "docker.io/linuxserver/jellyfin:10.9.7";
environment = {
PUID = "1000";
PGID = "100";

View File

@ -10,7 +10,7 @@ in {
TZ = "Europe/Moscow";
};
extraOptions = [ "--pod=media-stack" ];
image = "docker.io/linuxserver/lidarr:2.3.3";
image = "docker.io/linuxserver/lidarr:version-2.3.3.4204";
volumes = [
"${nas-path}/configs/lidarr/config:/config"
"${nas-path}/configs/lidarr/custom-services.d:/custom-services.d"

View File

@ -4,7 +4,7 @@ let
in {
virtualisation.oci-containers.containers.medusa = {
autoStart = true;
image = "docker.io/linuxserver/medusa:1.0.21";
image = "docker.io/linuxserver/medusa:v1.0.21-ls189";
environment = {
PUID = "1000";
PGID = "100";

View File

@ -4,7 +4,7 @@ let
in {
virtualisation.oci-containers.containers.qbittorrent = {
autoStart = true;
image = "docker.io/linuxserver/qbittorrent:4.6.4";
image = "docker.io/linuxserver/qbittorrent:4.6.5-r0-ls338";
environment = {
PUID = "1000";
PGID = "100";

View File

@ -11,7 +11,7 @@ in {
TZ = "Europe/Moscow";
};
extraOptions = [ "--pod=media-stack" ];
image = "docker.io/linuxserver/radarr:5.6.0";
image = "docker.io/linuxserver/radarr:version-5.7.0.8882";
volumes = [
"${nas-path}/configs/radarr:/config"
"${nas-path}:/data"

View File

@ -11,7 +11,7 @@ in {
TZ = "Europe/Moscow";
};
extraOptions = [ "--pod=media-stack" ];
image = "docker.io/linuxserver/sonarr:version-4.0.4.1491";
image = "docker.io/linuxserver/sonarr:version-4.0.6.1805";
volumes = [
"${nas-path}/configs/sonarr:/config"
"${nas-path}:/data"

View File

@ -3,7 +3,7 @@
in {
virtualisation.oci-containers.containers.spdf = {
autoStart = true;
image = "docker.io/frooodle/s-pdf:0.23.1";
image = "docker.io/frooodle/s-pdf:0.26.1-fat";
environment = {
PUID = "1000";
PGID = "100";