These were the remaining `uv init` residue alongside the already-removed
main.py stub — not part of the build/deploy path. Also drops the now-stale
'leftover uv-init artifacts' note from README.md since the files are gone.
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>