Go to file
3wc 64fdb022be chore: publish 0.3.0+0.204.0 release 2022-11-25 21:55:25 -08:00
.env.sample Split out basic auth 2022-11-19 20:02:46 -08:00
README.md fix title 2021-11-29 16:53:57 +02:00
compose.basicauth.yml Split out basic auth 2022-11-19 20:02:46 -08:00
compose.sso.yml Fix WEBHOOK_URL, add MomentJS, add SSO 2021-11-17 11:39:31 +02:00
compose.yml chore: publish 0.3.0+0.204.0 release 2022-11-25 21:55:25 -08:00
init-data.sh initial commit 2021-11-10 11:22:37 +00:00

README.md

n8n

Extensible environment for interactive and reproducible computing

  • Category: Utilities
  • Status: 1
  • Image: n8nio/n8n
  • Healthcheck: No
  • Backups: No
  • Email: N/A
  • Tests: No
  • SSO: No

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new ${REPO_NAME} --secrets (optionally with --pass if you'd like to save secrets in pass)
  4. abra app YOURAPPDOMAIN config - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app YOURAPPDOMAIN deploy
  6. Open the configured domain in your browser to finish set-up

Currently, you have to manually run a command to generate an initial configuration (see #1):

abra app YOURAPPDOMAIN run app jupyter notebook --generate-config

And then run this command to get a token for initial login:

abra app YOURAPPDOMAIN run app jupyter notebook list

You can enter this token at the bottom of the login page to set a password instead (see #2).

cloud/traefik