mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
cleaning
This commit is contained in:
parent
95d229df0f
commit
19f02190d8
3 changed files with 4 additions and 4 deletions
|
@ -856,13 +856,13 @@ allow_sign_up = true
|
||||||
[smtp]
|
[smtp]
|
||||||
enabled = true
|
enabled = true
|
||||||
host = localhost:25
|
host = localhost:25
|
||||||
;user = __APP__
|
user = __APP__
|
||||||
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
|
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
|
||||||
password = __MAIL_PWD__
|
password = __MAIL_PWD__
|
||||||
;cert_file =
|
;cert_file =
|
||||||
;key_file =
|
;key_file =
|
||||||
;skip_verify = false
|
;skip_verify = false
|
||||||
from_address = admin@__DOMAIN__
|
from_address = __APP__@__DOMAIN__
|
||||||
from_name = Grafana
|
from_name = Grafana
|
||||||
# EHLO identity in SMTP dialog (defaults to instance_name)
|
# EHLO identity in SMTP dialog (defaults to instance_name)
|
||||||
;ehlo_identity = dashboard.example.com
|
;ehlo_identity = dashboard.example.com
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Grafana"
|
||||||
description.en = "Metric & analytic dashboards for monitoring"
|
description.en = "Metric & analytic dashboards for monitoring"
|
||||||
description.fr = "Tableaux de bord de supervision"
|
description.fr = "Tableaux de bord de supervision"
|
||||||
|
|
||||||
version = "10.1.5~ynh2"
|
version = "10.2.3~ynh1"
|
||||||
|
|
||||||
maintainers = ["JimboJoe"]
|
maintainers = ["JimboJoe"]
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Debian package version for Grafana
|
# Debian package version for Grafana
|
||||||
GRAFANA_VERSION="10.2.1"
|
GRAFANA_VERSION="$(ynh_read_manifest --key='version' | | cut -d~ -f1)"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue