From aac163afaa12053d85c1550342cd52b2b18cfc28 Mon Sep 17 00:00:00 2001 From: Josh Lehman Date: Thu, 12 Mar 2026 09:46:57 -0700 Subject: [PATCH] fix: add gateway push config labels --- src/config/schema.labels.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/schema.labels.ts b/src/config/schema.labels.ts index 256d3c1ddb9..098ada4cb9b 100644 --- a/src/config/schema.labels.ts +++ b/src/config/schema.labels.ts @@ -87,6 +87,11 @@ export const FIELD_LABELS: Record = { "gateway.tailscale": "Gateway Tailscale", "gateway.tailscale.mode": "Gateway Tailscale Mode", "gateway.tailscale.resetOnExit": "Gateway Tailscale Reset on Exit", + "gateway.push": "Gateway Push Delivery", + "gateway.push.apns": "Gateway APNs Delivery", + "gateway.push.apns.relay": "Gateway APNs Relay", + "gateway.push.apns.relay.baseUrl": "Gateway APNs Relay Base URL", + "gateway.push.apns.relay.timeoutMs": "Gateway APNs Relay Timeout (ms)", "gateway.remote": "Remote Gateway", "gateway.remote.transport": "Remote Gateway Transport", "gateway.reload": "Config Reload",