add node extra certs
All checks were successful
Build and Publish / build-release (push) Successful in 1m9s
All checks were successful
Build and Publish / build-release (push) Successful in 1m9s
This commit is contained in:
@@ -49,6 +49,7 @@
|
|||||||
name = "policy-ui";
|
name = "policy-ui";
|
||||||
contents = [
|
contents = [
|
||||||
pkgs.nodejs
|
pkgs.nodejs
|
||||||
|
pkgs.cacert
|
||||||
self.packages.${system}.policy-ui
|
self.packages.${system}.policy-ui
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
@@ -58,6 +59,7 @@
|
|||||||
"PORT=3000"
|
"PORT=3000"
|
||||||
"HOST=0.0.0.0"
|
"HOST=0.0.0.0"
|
||||||
"NUXT_TELEMETRY_DISABLED=1"
|
"NUXT_TELEMETRY_DISABLED=1"
|
||||||
|
"NODE_EXTRA_CA_CERTS =/etc/ssl/certs/ca-certificates.crt"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user