n8n
| Status | Production |
| Supported distro | CentOS 8 |
This role deploys the n8n workflow manager.
Here's a sample configuration
n8n_src_ip:
- 10.29.1.14 # Access only for the rev proxy
n8n_public_url: https://workflow.example.org/
And a sample reverse proxy configurtion, using the nginx role
nginx_vhosts:
# n8n
- name: workflow.example.org
proxy:
backend: http://n8n.fws.fr:8021
allowed_methods: [GET,HEAD,POST,OPTIONS,PUT,DELETE,PATCH]
Pas de commentaires