hotfix element and add local modif for grafana
This commit is contained in:
parent
b009ac7333
commit
6ef45b9011
2 changed files with 12 additions and 6 deletions
|
@ -15,11 +15,12 @@
|
||||||
"brand": "Riot",
|
"brand": "Riot",
|
||||||
"branding": {
|
"branding": {
|
||||||
"welcomeBackgroundUrl": "/background.jpg",
|
"welcomeBackgroundUrl": "/background.jpg",
|
||||||
"authHeaderLogoUrl": :"/logo.png",
|
"authHeaderLogoUrl": "/logo.png",
|
||||||
"authFooterLinks": [
|
"authFooterLinks": [
|
||||||
{"text": "Site Web", "url": "https://auro.re"},
|
{"text": "Site Web", "url": "https://auro.re"},
|
||||||
{"text": "Intranet", "url": "https://intranet.auro.re"},
|
{"text": "Intranet", "url": "https://intranet.auro.re"},
|
||||||
{"text": "Email support", "url": "mailto:support.aurore@lists.crans.org"}
|
{"text": "Email support", "url": "mailto:support.aurore@lists.crans.org"}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"integrations_ui_url": "",
|
"integrations_ui_url": "",
|
||||||
"integrations_rest_url": "",
|
"integrations_rest_url": "",
|
||||||
|
|
|
@ -9,6 +9,11 @@ ENV GF_USERS_ALLOW_ORG_CREATE=false
|
||||||
ENV GF_AUTH_BASIC_ENABLED=false
|
ENV GF_AUTH_BASIC_ENABLED=false
|
||||||
ENV GF_AUTH_LDAP_ENABLED=true
|
ENV GF_AUTH_LDAP_ENABLED=true
|
||||||
ENV GF_AUTH_LDAP_CONFIG_FILE=/etc/grafana/ldap.toml
|
ENV GF_AUTH_LDAP_CONFIG_FILE=/etc/grafana/ldap.toml
|
||||||
|
ENV GF_DATABASE_TYPE=postgres
|
||||||
|
ENV GF_DATABASE_HOST=10.128.0.96
|
||||||
|
ENV GF_DATABASE_USER=grafana
|
||||||
|
ENV GF_DATABASE_NAME=grafana
|
||||||
|
ENV GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION=true
|
||||||
|
ENV GF_DISABLE_GRAVATAR=true
|
||||||
|
|
||||||
COPY ldap.toml /etc/grafana/ldap.toml
|
COPY ldap.toml /etc/grafana/ldap.toml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue