Define Solr image
This commit is contained in:
parent
d2c164784f
commit
7b77d833f6
|
@ -144,12 +144,20 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
images.ldap-proxy = mkOption {
|
images = {
|
||||||
|
ldap-proxy = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description = "Docker image to use for LDAP proxy.";
|
description = "Docker image to use for LDAP proxy.";
|
||||||
default = "ghcr.io/goauthentik/ldap";
|
default = "ghcr.io/goauthentik/ldap";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
solr = mkOption {
|
||||||
|
type = str;
|
||||||
|
description = "Docker image to use for Solr full-text search.";
|
||||||
|
default = "ghcr.io/goauthentik/ldap";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
smtp = {
|
smtp = {
|
||||||
hostname = mkOption {
|
hostname = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
|
|
Loading…
Reference in New Issue