added version to audiobookshelf filebrowser haproxy cloudflared apache2 and uptime-kuma

This commit is contained in:
2025-02-01 11:39:57 -05:00
parent 91690734ba
commit 7cc831a2d0
5 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ let
in in
{ {
virtualisation.oci-containers.containers.audiobookshelf = { virtualisation.oci-containers.containers.audiobookshelf = {
image = "ghcr.io/advplyr/audiobookshelf:latest"; image = "ghcr.io/advplyr/audiobookshelf:2.18.1";
volumes = [ volumes = [
"${vars.media_docker_configs}/audiobookshelf:/config" "${vars.media_docker_configs}/audiobookshelf:/config"
"${vars.media_docker_configs}/audiobookshelf:/metadata" "${vars.media_docker_configs}/audiobookshelf:/metadata"

View File

@@ -3,7 +3,7 @@ let
in in
{ {
virtualisation.oci-containers.containers.filebrowser = { virtualisation.oci-containers.containers.filebrowser = {
image = "hurlenko/filebrowser:latest"; image = "hurlenko/filebrowser:v2.32.0";
extraOptions = [ "--network=web" ]; extraOptions = [ "--network=web" ];
volumes = [ volumes = [
"/zfs:/data" "/zfs:/data"

View File

@@ -4,7 +4,7 @@ in
{ {
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
haproxy = { haproxy = {
image = "haproxy:latest"; image = "haproxy:3.1";
user = "600:600"; user = "600:600";
environment = { environment = {
TZ = "Etc/EST"; TZ = "Etc/EST";
@@ -23,7 +23,7 @@ in
autoStart = true; autoStart = true;
}; };
cloud_flare_tunnel = { cloud_flare_tunnel = {
image = "cloudflare/cloudflared:latest"; image = "cloudflare/cloudflared:2025.1.1";
user = "600:600"; user = "600:600";
cmd = [ cmd = [
"tunnel" "tunnel"

View File

@@ -3,7 +3,7 @@ let
in in
{ {
virtualisation.oci-containers.containers.share = { virtualisation.oci-containers.containers.share = {
image = "ubuntu/apache2:latest"; image = "ubuntu/apache2:2.4-22.04_beta";
volumes = [ volumes = [
"${../../../common/docker_templates}/file_server/sites/:/etc/apache2/sites-enabled/" "${../../../common/docker_templates}/file_server/sites/:/etc/apache2/sites-enabled/"
"${vars.media_share}:/data" "${vars.media_share}:/data"

View File

@@ -4,7 +4,7 @@ in
{ {
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
uptime_kuma = { uptime_kuma = {
image = "louislam/uptime-kuma:latest"; image = "louislam/uptime-kuma:1.23.16-debian";
volumes = [ volumes = [
"${vars.media_docker_configs}/uptime_kuma:/app/data" "${vars.media_docker_configs}/uptime_kuma:/app/data"
"/var/run/docker.sock:/var/run/docker.sock" "/var/run/docker.sock:/var/run/docker.sock"