N8n
Installation sur Debian 12
apt install npm npm install n8n -g
Modifier le fichier .ENV
N8N_DIAGNOSTICS_ENABLED=false N8N_VERSION_NOTIFICATIONS_ENABLED=false N8N_TEMPLATES_ENABLED=false DB_TYPE=postgresdb DB_POSTGRESDB_DATABASE=n8n DB_POSTGRESDB_HOST=postgresql-server.cahuet.com DB_POSTGRESDB_USER=<user> DB_POSTGRESDB_PASSWORD=<password>