|
|
|
@@ -54,6 +54,10 @@ matrix_grafana_content_security_policy: true |
|
|
|
matrix_grafana_content_security_policy_customized: false |
|
|
|
matrix_grafana_content_security_policy_template: "script-src 'self' 'unsafe-eval' 'unsafe-inline' http: https: 'strict-dynamic' $NONCE;object-src 'none';font-src 'self';style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com ws://$ROOT_PATH wss://$ROOT_PATH;manifest-src 'self';media-src 'none';form-action 'self';" |
|
|
|
|
|
|
|
# matrix_grafana_default_home_dashboard_path influences the `default_home_dashboard_path` grafana.ini setting, |
|
|
|
# which is an in-container path for the default dashboard. |
|
|
|
matrix_grafana_default_home_dashboard_path: /etc/grafana/dashboards/node-exporter-full.json |
|
|
|
|
|
|
|
# A list of extra arguments to pass to the container |
|
|
|
matrix_grafana_container_extra_arguments: [] |
|
|
|
|
|
|
|
|