Compare commits

..

No commits in common. "eb9a06e43d640389ebffe4da012ef7e66e27d001" and "38f3e8de1558d4e419ab07431726d094e2f3e3b2" have entirely different histories.

View file

@ -2,7 +2,6 @@
inputs,
constants,
config,
pkgs,
...
}:
@ -11,21 +10,13 @@
services.open-webui-oci = {
enable = true;
image = pkgs.dockerTools.pullImage {
imageName = "ghcr.io/open-webui/open-webui";
imageDigest = "sha256:8113fa5510020ef05a44afc0c42d33eabeeb2524a996e3e3fb8c437c00f0d792";
hash = "sha256-KxMUORhvLb/MMc8gv3xULNgnAzO1N+Qi2/1lHzbuK6Q=";
finalImageName = "ghcr.io/open-webui/open-webui";
finalImageTag = "0.8.12";
};
externalUrl = "https://" + constants.services.open-webui-oci.fqdn;
port = 8083;
# environmentFile = config.sops.templates."open-webui-oci/environment".path;
environment = {
# AUDIO_STT_ENGINE = "openai";
# AUDIO_TTS_ENGINE = "openai";
ENABLE_OLLAMA_API = "False";
};
# environment = {
# AUDIO_STT_ENGINE = "openai";
# AUDIO_TTS_ENGINE = "openai";
# };
};
# sops = {