This stack is your automation Swiss Army knife! n8n lets you connect different apps and services to create powerful workflows without writing code (though you can if you want!). Think Zapier or IFTTT, but open-source, self-hosted, and infinitely more powerful.
**⚠️ CRITICAL**: Change these immediately after first login!
### Encryption Key
Credentials are encrypted using `N8N_ENCRYPTION_KEY`. This is auto-generated during setup. Never lose this key or you'll lose access to saved credentials!
## Getting Started
### First Login
1.**Start the stack**:
```bash
docker compose up -d
```
2.**Access n8n**:
```
URL: https://chain.localhost
Username: admin
Password: changeme
```
3.**⚠️ IMMEDIATELY Change Password**:
- Click user icon (top right)
- Settings → Personal
- Change password
### Creating Your First Workflow
1.**Click "New Workflow"** button
2.**Add trigger node**: Webhook, Schedule, or Manual
3.**Add action nodes**: Drag from left panel
4.**Connect with arrows**
5.**Test**: Execute manually
6.**Activate**: Toggle switch (top right)
## Common Integrations
- **Slack/Discord**: Send messages
- **Gmail**: Email operations
- **Google Sheets**: Read/write data
- **GitHub**: Issues, PRs, releases
- **Home Assistant**: Control devices
- **Webhooks**: Trigger anything
## Troubleshooting
**Q: Forgot password?**
A: Update `N8N_BASIC_AUTH_PASSWORD` in `.env` and restart