Files
elabore-charms/n8n/README.org
2024-01-31 18:06:44 +01:00

31 lines
686 B
Org Mode
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -*- ispell-local-dictionary: "english" -*-
* Info
From: https://docs.n8n.io/hosting/installation/docker/#starting-n8n
* Usage
Config info: https://support.rallly.co/self-hosting/configuration-options
Requires a =smtp-server= provider to be functional, you can use
=smtp-stub= charm to provide information to externally managed =SMTP=.
#+begin_src yaml
n8n:
options:
sender-email: #the sender email (beware the conf of your SMTP server)
smtp-stub:
options:
host: smtp.myhost.com
port: 465
connection-security: "ssl/tls"
auth-method: password #IMPORTANT: if not present login password doesnt work
login: myuser
password: myp4ssw0rd
#+end_src