Make grafana public

certbot_on_virtu
Alexandre Iooss 2021-01-05 19:01:47 +01:00
parent ccd1fc8954
commit 9899a32739
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 15 additions and 3 deletions

View File

@ -33,12 +33,18 @@
- section: server - section: server
option: root_url option: root_url
value: "{{ grafana.root_url }}" value: "{{ grafana.root_url }}"
- section: session # This will break with HTTPS
option: cookie_secure
value: "true"
- section: analytics - section: analytics
option: reporting_enabled option: reporting_enabled
value: "false" value: "false"
- section: analytics
option: check_for_updates
value: "false"
- section: security
option: disable_initial_admin_creation
value: "true"
- section: security
option: cookie_secure
value: "true"
- section: snapshots - section: snapshots
option: external_enabled option: external_enabled
value: "false" value: "false"
@ -48,6 +54,12 @@
- section: users - section: users
option: allow_org_create option: allow_org_create
value: "false" value: "false"
- section: auth.anonymous
option: enabled
value: "true"
- section: auth.anonymous
option: hide_version
value: "true"
- section: auth.basic # Only LDAP auth - section: auth.basic # Only LDAP auth
option: enabled option: enabled
value: "false" value: "false"