Go to file
3wordchant da168a62cc
continuous-integration/drone/push Build is passing Details
Merge pull request 'default_sqlite' (#4) from default_sqlite into main
Reviewed-on: #4
2024-04-11 21:01:44 +00:00
release Add release notes 2024-04-11 13:48:15 -07:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -08:00
.env.sample Split postgres support into separate compose so that it defaults to sqlite instead 2024-04-09 09:31:12 -07:00
README.md Update abra syntax in examples (finally) [mass update] 2023-01-19 16:02:28 -08:00
abra.sh Add postgres upgrade magic 2024-01-20 21:40:15 -03:00
compose.basicauth.yml Split out basic auth 2022-11-19 20:02:46 -08:00
compose.postgres.yml Fix version in compose.postgres.yml 2024-04-09 09:40:40 -07:00
compose.sso.yml Don't specify image in compose.sso.. 2023-07-25 15:46:41 +01:00
compose.yml Split postgres support into separate compose so that it defaults to sqlite instead 2024-04-09 09:31:12 -07:00
entrypoint.postgres.sh.tmpl Add postgres upgrade magic 2024-01-20 21:40:15 -03: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, 4, upstream
  • 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 config YOURAPPDOMAIN - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app deploy YOURAPPDOMAIN
  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 run YOURAPPDOMAIN app jupyter notebook --generate-config

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

abra app run YOURAPPDOMAIN 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