{{template "icon_sprite"}}

Felhom Hub

Offsite connectivity

{{if .HasEndpoint}}

Endpoint

Address{{.Endpoint.DNSName}}:{{.Endpoint.WGPort}} (WireGuard, UDP)
Server public key{{.Endpoint.ServerPubkeyShort}}
Tunnel subnet{{.Endpoint.TunnelSubnet}}
PBS tunnel address{{.Endpoint.PBSTunnelIP}}:8007
{{else}}

Endpoint

Not configured. Register one via PUT /api/v1/admin/wg/endpoint (runbook: offsite-endpoint.md).

{{end}} {{if .Peers}}
{{range .Peers}} {{end}}
Public key Assigned IP Host Note Created
{{.PubkeyShort}} {{.AssignedIP}} {{if .HostID}}{{.HostID}}{{else}}—{{end}} {{if .Note}}{{.Note}}{{else}}—{{end}} {{.CreatedAt}}
{{else}}

No WireGuard peers registered.

A peer appears here when a box registers via POST /hosts/<id>/wg or the operator adds one via the admin API.

{{end}}