]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/cephadm/templates/services/grafana/grafana.ini.j2
bump version to 18.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / cephadm / templates / services / grafana / grafana.ini.j2
CommitLineData
e306af50
TL
1# {{ cephadm_managed }}
2[users]
3 default_theme = light
1e59de90 4{% if anonymous_access %}
e306af50
TL
5[auth.anonymous]
6 enabled = true
7 org_name = 'Main Org.'
8 org_role = 'Viewer'
1e59de90 9{% endif %}
e306af50
TL
10[server]
11 domain = 'bootstrap.storage.lab'
1e59de90 12 protocol = {{ protocol }}
e306af50
TL
13 cert_file = /etc/grafana/certs/cert_file
14 cert_key = /etc/grafana/certs/cert_key
15 http_port = {{ http_port }}
b3b6e05e 16 http_addr = {{ http_addr }}
33c7a0ef
TL
17[snapshots]
18 external_enabled = false
e306af50 19[security]
20effc67
TL
20{% if not initial_admin_password %}
21 disable_initial_admin_creation = true
22{% else %}
e306af50 23 admin_user = admin
20effc67
TL
24 admin_password = {{ initial_admin_password }}
25{% endif %}
26 cookie_secure = true
27 cookie_samesite = none
e306af50 28 allow_embedding = true