forked from Bos55/nix-config
fix(vaultwarden): Update image - fix webui not loading
Some checks failed
Build / Determining hosts to build (pull_request) Failing after 11m28s
Build / build (Development) (pull_request) Has been cancelled
Build / build (Testing) (pull_request) Has been cancelled
Build / Determining hosts to build (push) Failing after 13m41s
Build / build (Development) (push) Has been cancelled
Build / build (Testing) (push) Has been cancelled
Some checks failed
Build / Determining hosts to build (pull_request) Failing after 11m28s
Build / build (Development) (pull_request) Has been cancelled
Build / build (Testing) (pull_request) Has been cancelled
Build / Determining hosts to build (push) Failing after 13m41s
Build / build (Development) (push) Has been cancelled
Build / build (Testing) (push) Has been cancelled
This commit is contained in:
parent
47245b2b96
commit
5a031b48ed
1 changed files with 3 additions and 3 deletions
|
|
@ -13,12 +13,12 @@ in {
|
||||||
description = "Vaultwarden WebUI port";
|
description = "Vaultwarden WebUI port";
|
||||||
};
|
};
|
||||||
domain = lib.mkOption {
|
domain = lib.mkOption {
|
||||||
type = lib.types.string;
|
type = lib.types.str;
|
||||||
example = "https://vault.depeuter.dev";
|
example = "https://vault.depeuter.dev";
|
||||||
description = "Domain to configure Vaultwarden on";
|
description = "Domain to configure Vaultwarden on";
|
||||||
};
|
};
|
||||||
name = lib.mkOption {
|
name = lib.mkOption {
|
||||||
type = lib.types.string;
|
type = lib.types.str;
|
||||||
example = "Hugo's Vault";
|
example = "Hugo's Vault";
|
||||||
description = "Service name to use for invitations and mail";
|
description = "Service name to use for invitations and mail";
|
||||||
};
|
};
|
||||||
|
|
@ -77,7 +77,7 @@ in {
|
||||||
dataDir = "/data";
|
dataDir = "/data";
|
||||||
in {
|
in {
|
||||||
hostname = "vaultwarden";
|
hostname = "vaultwarden";
|
||||||
image = "vaultwarden/server:1.34.3-alpine";
|
image = "vaultwarden/server:1.35.4-alpine";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = [
|
ports = [
|
||||||
"${toString cfg.port}:80/tcp"
|
"${toString cfg.port}:80/tcp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue