update: containers versions

This commit is contained in:
♥ Minnie ♥ 2024-08-11 20:05:27 +08:00
parent 71639ed7ef
commit f652e3b441
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
7 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ in {
# Volunteer-built media solution that puts you in control of your media
jellyfin = {
autoStart = true;
image = "jellyfin/jellyfin:10.9.6";
image = "jellyfin/jellyfin:release-10.9.9";
ports = [
"${port}:8096/tcp" # HTTP traffic
"8920:8920/tcp" # HTTPS traffic

View file

@ -5,7 +5,7 @@ in {
# # Music collection manager for Usenet and BitTorrent users
lidarr = {
autoStart = true;
image = "ghcr.io/hotio/lidarr:release-2.3.3.4204";
image = "ghcr.io/hotio/lidarr:release-2.4.3.4248";
ports = [
"${port}:8686/tcp" # WebUI
];

View file

@ -4,7 +4,7 @@ in {
virtualisation.oci-containers.containers = {
mealie = {
autoStart = true;
image = "ghcr.io/mealie-recipes/mealie:v1.9.0";
image = "ghcr.io/mealie-recipes/mealie:v1.11.0";
ports = [
"${port}:9000"
];

View file

@ -12,7 +12,7 @@ in {
# Self-hosted, open-source pastbin
microbin = {
autoStart = true;
image = "danielszabo99/microbin:2.0";
image = "danielszabo99/microbin:2.0.4";
ports = [
"${port}:8080/tcp" # WebUI
];

View file

@ -5,7 +5,7 @@ in {
# Indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps.
prowlarr = {
autoStart = true;
image = "ghcr.io/hotio/prowlarr:release-1.18.0.4543";
image = "ghcr.io/hotio/prowlarr:release-1.21.2.4649";
ports = [
"${port}:9696/tcp" # WebUI
];

View file

@ -5,7 +5,7 @@ in {
# Movie collection manager for Usenet and BitTorrent users
radarr = {
autoStart = true;
image = "ghcr.io/hotio/radarr:release-5.6.0.8846";
image = "ghcr.io/hotio/radarr:release-5.8.3.8933";
ports = [
"${port}:7878/tcp" # WebUI
];

View file

@ -5,7 +5,7 @@ in {
# PVR for Usenet and BitTorrent users
sonarr = {
autoStart = true;
image = "ghcr.io/hotio/sonarr:release-4.0.5.1710";
image = "ghcr.io/hotio/sonarr:release-4.0.8.1874";
ports = [
"${port}:8989/tcp" # WebUI
];