|
|
@ -22,6 +22,10 @@ matrix_grafana_data_path: "{{ matrix_grafana_base_path }}/data"
|
|
|
|
# Allow viewing Grafana without logging in
|
|
|
|
# Allow viewing Grafana without logging in
|
|
|
|
matrix_grafana_anonymous_access: false
|
|
|
|
matrix_grafana_anonymous_access: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Allow `false`, sends a `X-Frame-Options: deny` HTTP header, which allows Grafana from being embeded in a frame.
|
|
|
|
|
|
|
|
# Read more here: https://grafana.com/docs/grafana/latest/administration/configuration/#allow_embedding
|
|
|
|
|
|
|
|
matrix_grafana_allow_embedding: false
|
|
|
|
|
|
|
|
|
|
|
|
# specify organization name that should be used for unauthenticated users
|
|
|
|
# specify organization name that should be used for unauthenticated users
|
|
|
|
# if you change this in the Grafana admin panel, this needs to be updated
|
|
|
|
# if you change this in the Grafana admin panel, this needs to be updated
|
|
|
|
# to match to keep anonymous logins working
|
|
|
|
# to match to keep anonymous logins working
|
|
|
|