From a748f4af804ea60108a7bce7ea337b9e9e2f7a6c Mon Sep 17 00:00:00 2001 From: Trezy Date: Wed, 29 Apr 2026 14:54:31 +0000 Subject: [PATCH] docs: add info about the XRPC proxy Signed-off-by: Trezy --- packages/docs/docs/getting-started/dashboard.md | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/packages/docs/docs/getting-started/dashboard.md b/packages/docs/docs/getting-started/dashboard.md --- a/packages/docs/docs/getting-started/dashboard.md +++ b/packages/docs/docs/getting-started/dashboard.md @@ -87,7 +87,7 @@ ### XRPC Proxy Control which unrecognized XRPC methods are forwarded to their resolved authority. Choose from four modes: **Disabled** (block all proxy requests), **Open** (proxy everything — the default), **Allowlist** (only proxy NSIDs matching your patterns), or **Blocklist** (proxy everything except matching patterns). Allowlist and blocklist modes accept NSID patterns with trailing wildcards (e.g. `com.example.*`). Locally registered lexicons are always served regardless of this setting. See [XRPC Proxy](../reference/admin/xrpc-proxy.md) for the full API reference. -### ENV Variables +### Environment Variables View the current values of all environment variables that affect HappyView's behavior. This is a read-only view — values are set via your deployment environment, not the dashboard. -- tangled.sh