Untouched `uv init` placeholder (print("Hello from n8n!")). Not
imported, not wired as an entry point, and documented in this repo's
own README/CLAUDE.md as leftover scaffolding not on the build path.
Repo had a 0-byte README. New one covers:
- Single-service inventory + host port
- .env-driven config table (keys ONLY — no values; .env stays
gitignored, contains real PBS integration credentials)
- External volume pin to n8n_server_n8n_data (don't remove the
name: override; would create an empty volume)
- Backup one-liner via volume tar
- Two routing modes (direct host port vs Traefik /n8n + /n8n/api)
matching the current dirty compose.yml situation
- WEBHOOK_URL-must-match-ingress + :latest-image-tag gotchas
Working tree has uncommitted changes to .env and compose.yml.
NEITHER is part of this commit — verified pre-commit.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>