mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
904a91f241
Saw a typo, went to correct it, decided i should also learn what n8n is given the page didn't say, here's the result of these two things :)
16 lines
606 B
Markdown
16 lines
606 B
Markdown
# Nodemation (n8n)
|
|
|
|
Extendable workflow automation tool that enables you to connect anything to everything. More pragrmatically, it helps you interconnect API with each other to build your own information / work flows.
|
|
|
|
Homepage: [https://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.
|