- n8n workflow: apply all field changes to full document text in one pass,
send single documents.update per container/VM instead of multiple patch
calls (fixed race condition where parallel patches to the same doc could
partially overwrite each other, e.g. RAM update lost when Swap changed
simultaneously)
- n8n workflow: add HTTP Request Doc Info (documents.info) node to fetch
fresh document content by ID instead of relying on the search index
snapshot, which can lag slightly behind
- n8n workflow: add Aggregate node after documents.update so the
Loop Over Items (Split In Batches) counter stays correct regardless of
how many fields changed
- proxmox-inventory-json.sh: explicit PATH export so pct/qm are found
under cron's restricted PATH (fixes empty containers/vms payload in
production cron runs while manual testing looked fine)
- README: document all of the above + known limitation with Outline table
column width metadata not being touched by content-only sync