mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Configure CSRF trusted origins for Grafana
This commit is contained in:
parent
a291cae487
commit
19245eb1d3
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ services:
|
|||
ports:
|
||||
- "127.0.0.1:8030:3000"
|
||||
environment:
|
||||
GF_SECURITY_CSRF_TRUSTED_ORIGINS: grafana.example.com # Put your serving domain here
|
||||
GF_USERS_DEFAULT_THEME: light
|
||||
# GF_INSTALL_PLUGINS: grafana-clock-panel,grafana-simple-json-datasource
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue