bump tags

This commit is contained in:
♥ Minnie ♥ 2024-11-22 07:24:36 +08:00
parent 7adbb841f7
commit 376627ba84
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.9.9"; image = "jellyfin/jellyfin:10.10.3";
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.4.3.4248"; image = "ghcr.io/hotio/lidarr:release-2.7.1.4417";
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.21.2.4649"; image = "ghcr.io/hotio/prowlarr:release-1.26.1.4844";
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-4.6.5"; image = "ghcr.io/hotio/qbittorrent:release-5.0.2";
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.8.3.8933"; image = "ghcr.io/hotio/radarr:release-5.15.1.9463";
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.8.1874"; image = "ghcr.io/hotio/sonarr:release-4.0.10.2544";
ports = [ ports = [
"${port}:8989/tcp" # WebUI "${port}:8989/tcp" # WebUI
]; ];