From 4e5410017e38ad0d425c68d032bc4c908c5dbded Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Jul 2021 23:35:30 -0400 Subject: install grafana --- modules/tozt/files/grafana.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modules/tozt/files/grafana.ini (limited to 'modules/tozt/files/grafana.ini') diff --git a/modules/tozt/files/grafana.ini b/modules/tozt/files/grafana.ini new file mode 100644 index 0000000..0c13f1c --- /dev/null +++ b/modules/tozt/files/grafana.ini @@ -0,0 +1,13 @@ +[server] +http_port = 3001 +domain = grafana.tozt.net +root_url = https://grafana.tozt.net/ + +[database] +type = postgres +host = 127.0.0.1:5432 +name = grafana +user = grafana + +[users] +allow_sign_up = false -- cgit v1.2.3-54-g00ecf