jellyfin: 10.9.9 -> 10.9.11
radarr: 5.9.1 -> 5.11.0 sonarr: 4.0.8 -> 4.0.9 bazarr: 1.4.3 -> 1.4.5 paperless: 2.11.6 -> 2.12.1 nextcloud: 29.0.5 -> 30.0.0 syncthing: 1.27.10 -> 1.27.12 radicale: 3.2.3.0 -> 3.2.3.1 forgejo: 8.0.1 -> 8.0.3 immich: 1.114.0 -> 1.117.0 hedgedoc: 1.9.9 -> 1.10.0
This commit is contained in:
parent
f715d88828
commit
1f7911473d
1 changed files with 13 additions and 13 deletions
26
globals.nix
26
globals.nix
|
@ -2,35 +2,35 @@
|
|||
let
|
||||
globals = {
|
||||
images = {
|
||||
jellyfin = "jellyfin/jellyfin:10.9.9";
|
||||
jellyfin = "jellyfin/jellyfin:10.9.11";
|
||||
deluge = "linuxserver/deluge:2.1.1";
|
||||
jellyseerr = "fallenbagel/jellyseerr:1.9.2";
|
||||
radarr = "lscr.io/linuxserver/radarr:5.9.1";
|
||||
radarr = "lscr.io/linuxserver/radarr:5.11.0";
|
||||
prowlarr = "lscr.io/linuxserver/prowlarr:1.24.3";
|
||||
sonarr = "lscr.io/linuxserver/sonarr:4.0.8";
|
||||
bazarr = "lscr.io/linuxserver/bazarr:1.4.3";
|
||||
sonarr = "lscr.io/linuxserver/sonarr:4.0.9";
|
||||
bazarr = "lscr.io/linuxserver/bazarr:1.4.5";
|
||||
atuin = "ghcr.io/atuinsh/atuin:18.3.0";
|
||||
postgres14 = "postgres:14";
|
||||
kms = "teddysun/kms:latest";
|
||||
paperless = "ghcr.io/paperless-ngx/paperless-ngx:2.11.6";
|
||||
paperless = "ghcr.io/paperless-ngx/paperless-ngx:2.12.1";
|
||||
redis7 = "docker.io/library/redis:7";
|
||||
nextcloud = "nextcloud:29.0.5";
|
||||
nextcloud = "nextcloud:30.0.0";
|
||||
postgres15 = "postgres:15";
|
||||
inbucket = "inbucket/inbucket:edge";
|
||||
syncthing = "lscr.io/linuxserver/syncthing:1.27.10";
|
||||
radicale = "tomsquest/docker-radicale:3.2.3.0";
|
||||
syncthing = "lscr.io/linuxserver/syncthing:1.27.12";
|
||||
radicale = "tomsquest/docker-radicale:3.2.3.1";
|
||||
ntfy = "binwiederhier/ntfy:v2.11.0";
|
||||
forgejo = "codeberg.org/forgejo/forgejo:8.0.1";
|
||||
forgejo = "codeberg.org/forgejo/forgejo:8.0.3";
|
||||
pihole = "pihole/pihole:2024.07.0";
|
||||
immich = "ghcr.io/immich-app/immich-server:v1.114.0";
|
||||
immich-machine-learning = "ghcr.io/immich-app/immich-machine-learning:v1.114.0";
|
||||
immich-redis = "docker.io/redis:6.2-alpine@sha256:e3b17ba9479deec4b7d1eeec1548a253acc5374d68d3b27937fcfe4df8d18c7e";
|
||||
immich = "ghcr.io/immich-app/immich-server:v1.117.0";
|
||||
immich-machine-learning = "ghcr.io/immich-app/immich-machine-learning:v1.117.0";
|
||||
immich-redis = "docker.io/redis:6.2-alpine@sha256:2d1463258f2764328496376f5d965f20c6a67f66ea2b06dc42af351f75248792";
|
||||
immich-postgres = "docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0";
|
||||
kitchenowl = "tombursch/kitchenowl:v0.5.2";
|
||||
cyberchef = "mpepping/cyberchef:latest";
|
||||
freshrss = "freshrss/freshrss:1.24.3";
|
||||
bind9 = "ubuntu/bind9:9.18-22.04_beta";
|
||||
hedgedoc = "quay.io/hedgedoc/hedgedoc:1.9.9";
|
||||
hedgedoc = "quay.io/hedgedoc/hedgedoc:1.10.0";
|
||||
minecraft = "itzg/minecraft-server:latest";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue