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: examples/EmergencyManagement/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ Both the CLI demo and the FastAPI gateway read [`client/client_config.json`](cli
78
78
- Override the location of the configuration file with `NORTH_API_CONFIG_PATH` or provide JSON directly through `NORTH_API_CONFIG_JSON`.
79
79
- Requests can target different LXMF services by supplying an `X-Server-Identity` header or a `server_identity` query parameter to the gateway.
80
80
- The repository ships with a sample Reticulum directory at [`examples/EmergencyManagement/.reticulum`](./.reticulum) that pins `rpc_key` to `F1E2D3C4B5A697887766554433221100`. When the gateway and LXMF service use this directory (or any config with the same key) they can attach to the same shared instance without prompting.
81
+
- Remote deployments should set `use_shared_instance_rpc` to `false` to avoid attempting shared-instance RPC connections on hosts that only communicate over the mesh.
81
82
82
83
| Key | Purpose |
83
84
| --- | --- |
@@ -87,6 +88,7 @@ Both the CLI demo and the FastAPI gateway read [`client/client_config.json`](cli
87
88
|`lxmf_config_path`| Optional override for the Reticulum configuration directory. |
88
89
|`lxmf_storage_path`| Optional override for the LXMF storage directory. |
89
90
|`shared_instance_rpc_key`| RPC key used when attaching to a shared Reticulum instance. |
91
+
|`use_shared_instance_rpc`| Set to `true` to use the shared-instance RPC key (local clients); set to `false` on remote hosts that should not attach via RPC. |
90
92
|`generate_test_messages`| When `true`, the CLI seeds random emergency messages and events during startup. |
91
93
|`enable_interactive_menu`| Enables the interactive CLI menu after the initial demo run. Disable when scripting automated flows. |
92
94
|`test_message_count`| Number of emergency messages to seed when `generate_test_messages` is enabled. |
0 commit comments