Files
unraid-docker-manager/.gitignore
T
Lucas Berger 7e85697899 feat(06-01): verify n8n API access and configure credentials
All 4 API requirements verified successfully:
- API-01: Authentication works (200 response from /api/v1/workflows)
- API-02: Can read workflow (Docker Manager Bot - 96 nodes)
- API-03: Can update workflow (PUT successful, updatedAt: 2026-02-03T13:15:35.015Z)
- API-04: Can view execution history (5 recent executions retrieved)

Created .env.n8n-api with N8N_HOST and N8N_API_KEY (gitignored)
Created .gitignore to protect API credentials

Workflow ID: HmiXBlJefBRPMS0m4iNYc
n8n Instance: https://api.bergerhouse.net
2026-02-03 08:16:05 -05:00

3 lines
60 B
Plaintext

# Environment files with sensitive credentials
.env.n8n-api