ansible-nas/docs/applications/n8n.md

15 lines
407 B
Markdown
Raw Normal View History

# Nodemation (n8n)
Homepage: [ihttps://n8n.io](https://n8n.io)
## Usage
Set `n8n_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
n8n is secured by default, he user and password can be set with:
* n8n_basic_auth_user: "<user name>"
* n8n_basic_auth_password: "<user password>"
The default for these is "n8n_user" and "n8n_change_me" respectively, it is recommended to change these.