From 792d44731e3a47b34e112c12c00d67b35e7ebae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Sat, 18 Feb 2023 21:19:03 +0100 Subject: [PATCH] grafana: Update config 9.3.6 release. --- roles/grafana/templates/grafana.ini.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/grafana/templates/grafana.ini.j2 b/roles/grafana/templates/grafana.ini.j2 index 4015def..ae90841 100644 --- a/roles/grafana/templates/grafana.ini.j2 +++ b/roles/grafana/templates/grafana.ini.j2 @@ -1270,4 +1270,14 @@ role_attribute_strict = true # The following will move the page with the path "/a/my-app-id/starred-content" from `my-app-id` to the `starred` section # /a/my-app-id/starred-content = starred +#################################### Secure Socks5 Datasource Proxy ##################################### +[secure_socks_datasource_proxy] +; enabled = false +; root_ca_cert = +; client_key = +; client_cert = +; server_name = +# The address of the socks5 proxy datasources should connect to +; proxy_address = + # vi: ft=dosini -- 2.44.0