How to stand up Verae Time × Zapier on Docker, Proxmox, generic VMs, or dedicated hardware, and how to link dependent services.
Forgejo:
https://git.georgelambert.org/marchon/verae-ops
Clone:
ssh://git@git.georgelambert.org:2223/marchon/verae-ops.git
Catalog:
https://zapier.georgelambert.org/packages/verae-ops/README.pdf
System map:
https://zapier.georgelambert.org/overview/README.pdf
This is the operations repo. Application code lives in the other independent git repositories.
Public PDFs of the same files:
https://zapier.georgelambert.org/packages/verae-ops/<name>.pdf.
| Rule | Why |
|---|---|
| Zapier cloud → HTTPS only (zappier-edge) | Never NATS, never api.veraetime.net |
| NATS binds loopback or a private docker/VM net | Not on the public NIC |
| Tree-node min 3, pause does not count | Bulk Merkle lookups |
| Private keys stay on disk; git stores paths | machines.json identityFile |
Operator console is loopback
:3850 |
Not a public site |
git clone ssh://git@git.georgelambert.org:2223/marchon/verae-ops.git
cd verae-ops
docker compose up --buildThen: zappier http://127.0.0.1:3000/ middleware http://127.0.0.1:3100/health NATS monitoring http://127.0.0.1:8222/
Production layout is three NATS nodes + fleet-spread workers; see 02-docker.md and 05-dedicated-hardware.md.