ansible-nas/docs/applications/n8n.md
Toben Archer f0a36fef7e Docs included
I've also updated the configuration for the new traefik configuration.
2021-01-23 15:15:07 +00:00

14 lines
407 B
Markdown

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