From ef4eef1ffe7025dce1bee9084b4536fd417e8790 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.dev> Date: Thu, 1 May 2025 22:24:17 +0100 Subject: [PATCH] Fix Tube Archivist URL --- hosts/nixedo/modules/containers/tubearchivist.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixedo/modules/containers/tubearchivist.nix b/hosts/nixedo/modules/containers/tubearchivist.nix index 4c7a471e..5858fe71 100644 --- a/hosts/nixedo/modules/containers/tubearchivist.nix +++ b/hosts/nixedo/modules/containers/tubearchivist.nix @@ -163,7 +163,7 @@ in "HOST_GID" = "1000"; "HOST_UID" = "1000"; "REDIS_CON" = "redis://archivist-redis:6379"; - "TA_HOST" = "http://${cfg.url}"; + "TA_HOST" = "https://${cfg.url}"; "TZ" = "Europe/London"; };