"vault backup: 2026-03-08 14:11:41 from Flow"

This commit is contained in:
2026-03-08 14:11:41 -05:00
parent c171d48865
commit 9e24922618
40 changed files with 96 additions and 3143 deletions

View File

@@ -55,6 +55,6 @@ services:
## Notes
- Database: SQLite (stored in the `n8n_storage` named volume)
- `N8N_HOST` and `DOMAIN_NAME` are set via `.env` file at `/home/artanis/DockerFiles/n8n/.env`
- `.env` at `/home/artanis/DockerFiles/n8n/.env` sets `DOMAIN_NAME=bunny-wyvern.ts.net` and `SUBDOMAIN=n8n`, resolving `N8N_HOST` to `n8n.bunny-wyvern.ts.net`
- `N8N_RUNNERS_ENABLED=true` enables the task runner mode for better workflow execution performance
- `N8N_SECURE_COOKIE` is commented out — HTTPS is handled by Tailscale so cookies are secure by default