mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-10 00:14:38 +00:00
Operators can set PULSE_AGENT_INGEST_PORT to serve agent report and management traffic (/api/agents/*) on a second listener, so that surface can be placed on its own network or firewall boundary without exposing the web UI or the rest of the REST API on that port. The dedicated port serves only the /api/agents/* prefix and 404s everything else. The option is additive and fail-closed: it is disabled at 0, the main listener keeps serving agent ingest so existing single-port deployments and agents are unaffected, and validation rejects out-of-range ports or collisions with the frontend or HTTP redirect ports. |
||
|---|---|---|
| .. | ||
| agents | ||
| aicontracts | ||
| audit | ||
| auth | ||
| cloudauth | ||
| db | ||
| discovery | ||
| extensions | ||
| fsfilters | ||
| licensing | ||
| metrics | ||
| pbs | ||
| pmg | ||
| proxmox | ||
| pulsecli | ||
| reporting | ||
| securityutil | ||
| server | ||
| tlsutil | ||