À propos de n8n
n8n est un outil d'automatisation de flux de travail extensible. Avec un modèle de distribution fair-code, n8n aura toujours un code source visible, sera disponible en auto-hébergement et vous permettra d'ajouter vos propres fonctions, logique et applications personnalisées. L'approche basée sur les nœuds de n8n le rend hautement polyvalent, vous permettant de connecter n'importe quoi à tout.
n8n dispose de plus de 200 nœuds différents pour automatiser les flux de travail. La liste est disponible sur : https://n8n.io/integrations.
Variables d'environnement
Voir les variables d'environnement
- PROJECT
- n8n
- DOMAIN
- stack.localhost
- POSTGRES_USER
- changeUser
- POSTGRES_PASSWORD
- changePassword
- POSTGRES_DB
- n8n
- POSTGRES_NON_ROOT_USER
- changeUser
- POSTGRES_NON_ROOT_PASSWORD
- changePassword
- ENCRYPTION_KEY
- changeEncryptionKey
- DB_TYPE
- postgresdb
- DB_POSTGRESDB_HOST
- n8n-postgres
- DB_POSTGRESDB_PORT
- 5432
- DB_POSTGRESDB_DATABASE
- ${POSTGRES_DB}
- DB_POSTGRESDB_USER
- ${POSTGRES_NON_ROOT_USER}
- DB_POSTGRESDB_PASSWORD
- ${POSTGRES_NON_ROOT_PASSWORD}
- EXECUTIONS_MODE
- queue
- QUEUE_BULL_REDIS_HOST
- n8n-redis
- QUEUE_HEALTH_CHECK_ACTIVE
- true
- N8N_ENCRYPTION_KEY
- ${ENCRYPTION_KEY}
- N8N_SECURE_COOKIE
- false # for it to work with the reverse proxy