* fix(joplin-server) add docs * fix commons + postgres * bump version * Update charts/stable/joplin-server/docs/installation_notes.md Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
1.0 KiB
1.0 KiB
Installation Notes
- To set the variable
App Base Urlcorrectly:- If you are accessing it without ingress/domain ->
http://IP:PORT. - If ingress is enabled, set it to
https://app.mydomain.tld:443. - No matter which option you choose it must end with the correct
:PORT.
- If you are accessing it without ingress/domain ->
- To enable the
maileroptions just setMailer Enabledto1.- Set
Mailer Hostto the smtp service that you use, egsmtp.example.com - Set
Mailer Portto the smtp service port, eg465,587, etc. - Set
Mailer Secureto true if you need SSL/HTTPS. - Set
Mailer Auth Userto email as the username. - Set
Mailer Auth Passwordto your email's password. - Set
Mailer No Reply Nameto whatever you want. - Set
Mailer No Reply Emailto the default email forno reply.
- Set
:::note
If you are using google as the SMTP service, your email password will not work. You need to create a app password instead. find out more here.
:::