From d623b03316a9e52af5b45b85cb1b6c09d15fc41f Mon Sep 17 00:00:00 2001 From: sid Date: Thu, 16 Apr 2026 01:03:32 +0200 Subject: [PATCH] open-webui: hotfix: disable health checks --- hosts/rx4/services/open-webui-oci.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/rx4/services/open-webui-oci.nix b/hosts/rx4/services/open-webui-oci.nix index d16c191..3459ee8 100644 --- a/hosts/rx4/services/open-webui-oci.nix +++ b/hosts/rx4/services/open-webui-oci.nix @@ -36,4 +36,7 @@ # AUDIO_TTS_OPENAI_API_KEY=${config.sops.placeholder."open-webui-oci/tts-api-key"} # ''; # }; + + # HOTFIX + virtualisation.oci-containers.containers.open-webui.extraOptions = [ "--health-cmd=none" ]; } -- 2.51.2