Files
truecharts/charts/stable/joplin-server/docs/installation_notes.md
Xstar97 aed6edf14b fix(joplin-server) add docs (#4313)
* 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>
2022-11-06 14:34:12 +01:00

1.0 KiB

Installation Notes

  • To set the variable App Base Url correctly:
    • 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.

  • To enable the mailer options just set Mailer Enabled to 1.
    • Set Mailer Host to the smtp service that you use, eg smtp.example.com
    • Set Mailer Port to the smtp service port, eg 465, 587, etc.
    • Set Mailer Secure to true if you need SSL/HTTPS.
    • Set Mailer Auth User to email as the username.
    • Set Mailer Auth Password to your email's password.
    • Set Mailer No Reply Name to whatever you want.
    • Set Mailer No Reply Email to the default email for no reply.

:::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.

:::