mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43: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:
|
ports:
|
||||||
- "127.0.0.1:8030:3000"
|
- "127.0.0.1:8030:3000"
|
||||||
environment:
|
environment:
|
||||||
|
GF_SECURITY_CSRF_TRUSTED_ORIGINS: grafana.example.com # Put your serving domain here
|
||||||
GF_USERS_DEFAULT_THEME: light
|
GF_USERS_DEFAULT_THEME: light
|
||||||
# GF_INSTALL_PLUGINS: grafana-clock-panel,grafana-simple-json-datasource
|
# GF_INSTALL_PLUGINS: grafana-clock-panel,grafana-simple-json-datasource
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue