Specifies extra command line arguments to pass to mealie (Gunicorn).
'';
};
credentialsFile=lib.mkOption{
type=withlib.types;nullOrpath;
default=null;
@@ -60,6 +69,12 @@ in
'';
};
};
trustedProxies=lib.mkOption{
type=lib.types.listOflib.types.str;
default=[];
description="A list of trusted proxies. You must set this when you are using OIDC behind https, otherwise the generated redirect url will have the wrong url scheme.";