bump multimedia tags

This commit is contained in:
♥ Minnie ♥ 2025-02-16 11:58:25 +08:00
parent e766df2212
commit 977fe7b608
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
6 changed files with 6 additions and 6 deletions

View file

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

View file

@ -5,7 +5,7 @@ in {
# # Music collection manager for Usenet and BitTorrent users # # Music collection manager for Usenet and BitTorrent users
lidarr = { lidarr = {
autoStart = true; autoStart = true;
image = "ghcr.io/hotio/lidarr:release-2.7.1.4417"; image = "ghcr.io/hotio/lidarr:release-2.9.6.4552";
ports = [ ports = [
"${port}:8686/tcp" # WebUI "${port}:8686/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. # Indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps.
prowlarr = { prowlarr = {
autoStart = true; autoStart = true;
image = "ghcr.io/hotio/prowlarr:release-1.26.1.4844"; image = "ghcr.io/hotio/prowlarr:release-1.30.2.4939";
ports = [ ports = [
"${port}:9696/tcp" # WebUI "${port}:9696/tcp" # WebUI
]; ];

View file

@ -5,7 +5,7 @@ in {
# # Open-source software alternative to µTorrent # # Open-source software alternative to µTorrent
qbittorrent = { qbittorrent = {
autoStart = true; autoStart = true;
image = "ghcr.io/hotio/qbittorrent:release-5.0.2"; image = "ghcr.io/hotio/qbittorrent:release-5.0.3";
ports = [ ports = [
"${port}:8080/tcp" # WebUI "${port}:8080/tcp" # WebUI
"32372:32372/tcp" # Transport protocol "32372:32372/tcp" # Transport protocol

View file

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

View file

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