Skip to content

Commit 3e9c5e8

Browse files
authored
Document metabase optional configuration (email, ...) (#1136)
Steps are as of now manual. Once we have more usage and traction of metabase we may consider automating these steps via Metabase API. Email to be used is the same as for support. Once we see need, we can create separate email for metabase. Related Issue/s: * #1114
1 parent 720084d commit 3e9c5e8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

services/metabase/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,20 @@ Before deploying metabase first time, make sure that postgres is configured:
66
* you can get one via adminer or by directly connecting to container and executing `psql -U <user> -d <db>`
77

88
This can be automated via https://github.com/ITISFoundation/osparc-ops-environments/issues/827
9+
10+
## Extra Configuration (optional)
11+
12+
Setting up email (manual):
13+
* go to admin settings
14+
* go to email
15+
* configure email using SMTP_HOST, SMTP_PASSWORD, SMTP_PORT, SMTP_PROTOCOL, SMTP_USERNAME env from config
16+
- Note: `FROM NAME` shall potentially clearly indicate deployment (if we use metabase in multiple deployments this helps to avoid confusion)
17+
- Note: `FROM ADDRESS` use support email (we may consider adding a separate user and mail for metabase later)
18+
- Note: `REPLY-TO ADDRESS` must NOT be support email. Feel free to choose some of backenders / devops email
19+
20+
Configuring localization (manual):
21+
* go to admin settings
22+
* go to localization
23+
* configure first day of the week to be `Monday`
24+
25+
Note: later these manual steps can be automated via Metabase API calls

0 commit comments

Comments
 (0)