open-webui: 0.8.5 -> 0.8.12
This commit is contained in:
parent
3f19fe7f0a
commit
7ac1decd2e
1 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
inputs,
|
inputs,
|
||||||
constants,
|
constants,
|
||||||
config,
|
config,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
@ -10,6 +11,13 @@
|
||||||
|
|
||||||
services.open-webui-oci = {
|
services.open-webui-oci = {
|
||||||
enable = true;
|
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;
|
externalUrl = "https://" + constants.services.open-webui-oci.fqdn;
|
||||||
port = 8083;
|
port = 8083;
|
||||||
# environmentFile = config.sops.templates."open-webui-oci/environment".path;
|
# environmentFile = config.sops.templates."open-webui-oci/environment".path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue