You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/routes/configuration/+page.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,11 @@ Agent fields:
198
198
|`state_dir`| Platform default state directory | Stores the local control endpoint token and runtime state |
199
199
|`control_addr`|`127.0.0.1:4018`| Loopback-only local control API address |
200
200
|`service_name`|`portal-agent`| OS service name |
201
-
|`allowed_wallets`| empty | Wallet addresses allowed to sign in to the local agent UI; empty allows any wallet on the loopback UI |
201
+
|`allowed_wallets`| empty | Wallet addresses allowed to read local agent status through wallet auth; empty allows any wallet on the loopback auth endpoint |
202
+
203
+
The local agent dashboard and mutating control API calls use the bearer token in
204
+
the agent state directory. Wallet-authenticated agent requests are read-only and
For a task-oriented walkthrough, see [Portal Agent](/portal-agent).
224
+
218
225
### `identity.json`
219
226
220
227
Stores the secp256k1 identity used to sign tunnel sessions and relay descriptors. `portal expose` treats `--identity-path` as a direct JSON file path. `relay-server` treats `IDENTITY_PATH` as a state directory and stores this file at `IDENTITY_PATH/identity.json`.
@@ -245,6 +252,8 @@ Set `ACME_DNS_PROVIDER` (or `--acme-dns-provider`) to one of the values below to
245
252
246
253
When this variable is empty the relay server falls back to manually supplied `fullchain.pem` and `privatekey.pem` files in `IDENTITY_PATH`.
247
254
255
+
For ENS gasless behavior and wallet authentication details, see [Wallet and ENS](/wallet-and-ens).
0 commit comments