mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-13 23:57:06 +00:00
1.5 KiB
1.5 KiB
n8n
n8n is a workflow automation tool for technical people.
Dependencies
This service requires the following other services:
Configuration
To enable this service, add the following configuration to your vars.yml
file and re-run the installation process:
########################################################################
# #
# n8n #
# #
########################################################################
n8n_enabled: true
n8n_hostname: mash.example.com
n8n_path_prefix: /n8n
########################################################################
# #
# /n8n #
# #
########################################################################
In the example configuration above, we configure the service to be hosted at https://mash.example.com/n8n
.
You can remove the n8n_path_prefix
variable definition, to make it default to /
, so that the service is served at https://mash.example.com/
.
Usage
You can create additional users (admin-privileged or not) after logging in.