update: containers versions
This commit is contained in:
parent
71639ed7ef
commit
f652e3b441
|
@ -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.6";
|
image = "jellyfin/jellyfin:release-10.9.9";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:8096/tcp" # HTTP traffic
|
"${port}:8096/tcp" # HTTP traffic
|
||||||
"8920:8920/tcp" # HTTPS traffic
|
"8920:8920/tcp" # HTTPS traffic
|
||||||
|
|
|
@ -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.3.3.4204";
|
image = "ghcr.io/hotio/lidarr:release-2.4.3.4248";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:8686/tcp" # WebUI
|
"${port}:8686/tcp" # WebUI
|
||||||
];
|
];
|
||||||
|
|
|
@ -4,7 +4,7 @@ in {
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
mealie = {
|
mealie = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "ghcr.io/mealie-recipes/mealie:v1.9.0";
|
image = "ghcr.io/mealie-recipes/mealie:v1.11.0";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:9000"
|
"${port}:9000"
|
||||||
];
|
];
|
||||||
|
|
|
@ -12,7 +12,7 @@ in {
|
||||||
# Self-hosted, open-source pastbin
|
# Self-hosted, open-source pastbin
|
||||||
microbin = {
|
microbin = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "danielszabo99/microbin:2.0";
|
image = "danielszabo99/microbin:2.0.4";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:8080/tcp" # WebUI
|
"${port}:8080/tcp" # WebUI
|
||||||
];
|
];
|
||||||
|
|
|
@ -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.18.0.4543";
|
image = "ghcr.io/hotio/prowlarr:release-1.21.2.4649";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:9696/tcp" # WebUI
|
"${port}:9696/tcp" # WebUI
|
||||||
];
|
];
|
||||||
|
|
|
@ -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.6.0.8846";
|
image = "ghcr.io/hotio/radarr:release-5.8.3.8933";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:7878/tcp" # WebUI
|
"${port}:7878/tcp" # WebUI
|
||||||
];
|
];
|
||||||
|
|
|
@ -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.5.1710";
|
image = "ghcr.io/hotio/sonarr:release-4.0.8.1874";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:8989/tcp" # WebUI
|
"${port}:8989/tcp" # WebUI
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue