added grafana optsions

This commit is contained in:
Lucy Hochkamp 2025-02-02 05:59:58 +01:00
parent c6fad213b4
commit b74826a63a
No known key found for this signature in database

View file

@ -129,7 +129,7 @@ in
# don't tell mom
# user = "1000:100";
image = "epoupon/lms:latest";
cmd = ["/lms.conf"];
cmd = [ "/lms.conf" ];
extraOptions = [ "--network=podman" ];
volumes =
let
@ -176,6 +176,8 @@ in
environment = {
GF_SERVER_ROOT_URL = "https://grafana.hailsatan.eu/";
GF_INSTALL_PLUGINS = "";
GF_FEATURE_TOGGLES_ENABLE = "featureToggleAdminPage, regressionTransformation";
GF_FEATURE_MANAGEMENT_ALLOW_EDITING = "true";
};
};
virtualisation.oci-containers.containers.node-red = {