From e77b6e872f99141415db34aaec4fcf74f79252ab Mon Sep 17 00:00:00 2001 From: xcad2k <28359525+xcad2k@users.noreply.github.com> Date: Sun, 2 Jan 2022 13:20:56 +0100 Subject: [PATCH] Grafana Documentation --- docker-compose/grafana/README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/docker-compose/grafana/README.md b/docker-compose/grafana/README.md index 0b9d3e2..86fec38 100644 --- a/docker-compose/grafana/README.md +++ b/docker-compose/grafana/README.md @@ -1,3 +1,25 @@ -## tmp +# Installation -Grafana default username and password: `admin` \ No newline at end of file +## Deployment + +Copy the `docker-compose.yml` template into your project folder and start the container. + +## Configuration + +Visit the Grafana Web Interface `http://localhost:3000`, and login with Grafana's default username and password: `admin`. + +*For more info visit:* [Official Grafana Getting started Documentation](https://grafana.com/docs/grafana/latest/getting-started/getting-started/) + +# Best-Practices & Post-Installation + +## Disable HTTP + +It's not secure to expose Grafana via the HTTP protocol. + +### Use a Reverse Proxy + +- [] Use a Reverse Proxy to securely expose administrative services. + +# Additional Referfences + +[Official Grafana Documentation](https://grafana.com/docs/grafana/latest/) \ No newline at end of file