]> git.proxmox.com Git - ceph.git/blob - 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
1 # {{ cephadm_managed }}
2 [users]
3 default_theme = light
4 {% if anonymous_access %}
5 [auth.anonymous]
6 enabled = true
7 org_name = 'Main Org.'
8 org_role = 'Viewer'
9 {% endif %}
10 [server]
11 domain = 'bootstrap.storage.lab'
12 protocol = {{ protocol }}
13 cert_file = /etc/grafana/certs/cert_file
14 cert_key = /etc/grafana/certs/cert_key
15 http_port = {{ http_port }}
16 http_addr = {{ http_addr }}
17 [snapshots]
18 external_enabled = false
19 [security]
20 {% if not initial_admin_password %}
21 disable_initial_admin_creation = true
22 {% else %}
23 admin_user = admin
24 admin_password = {{ initial_admin_password }}
25 {% endif %}
26 cookie_secure = true
27 cookie_samesite = none
28 allow_embedding = true