First proxy
Create a host
Register the public hostname your Proxy will accept.
Goal
Create a Proxy host that represents the public name clients use.
Prerequisites
- Admin console access with
proxy.hosts.write(or platform admin).
Steps (console)
- Open Topology → Hosts.
- Choose Create (or equivalent).
- Set the hostname (for example
app.localhostor your real FQDN). - Enable the host if there is an enabled toggle.
- Save.
Steps (API)
POST /api/v1/hosts
Use a JWT or API key with proxy.hosts.write. Successful topology writes usually auto-publish unless you pass skipPublish: true.
Verify
- The host appears in the Hosts list.
- Hostname matches exactly what clients (or your test
curl -H "Host: …") will send.
Tips
- Certificate bindings later must match enabled hostnames for ACME.
- Local testing often uses
*.localhostor/etc/hostsentries pointing at the Proxy.