#Configuring SMTP

1 messages · Page 1 of 1 (latest)

edgy loom
#

the file located in the path is empty, is this intended?

fallow fjord
#

@boreal cradle

boreal cradle
#

You might be stuck on an old release

#

What version are you running ?

#

Is the file present though ? It doesn't contain anything ?

edgy loom
#

The file is present, the contents only contain an example of having CIDR settings defined, just wanted to make sure the script example on the nabox website is still valid for the latest version of nabox (3.1.2) grafana (8.4.6).

#

just didnt want to brick the instance of grafana if it wasnt correct

#

and are all the variables listed, from name isnt listed, also wasnt sure what these were:

  - GF_SERVER_ROOT_URL=%(protocol)s://%(domain)s/grafana/
  - GF_SERVER_SERVE_FROM_SUBATH=true
boreal cradle
#

Yes that’s all expected

#

Leave it as is for those two lines.

#

Just change the SMTP settings.

edgy loom
#

thanks, is there an eqivalent SMTP FROM Name field?

boreal cradle
#

That would be GF_SMTP_FROM_ADDRESS

edgy loom
#

Trying to restart grafana as per website to apply email setting changes, getting up cannot be found, does the command have to be run from a certain directory? dc up -d grafana

#

tried running it from the docker-compose directory but to no avail

boreal cradle
#

try dc restart grafana ?

#

Can be run from anywhere

#

I think dc up -d should catch a change in the override file

boreal cradle