feat(api): integrate identity, notification scope and connection settings into control plane

- Wire identity, metrics and update services into the assembled API.

- Add connection authorization modes and scoped console authorization.

- Preserve notification group IDs for filtered delivery.

- Extend maintenance, backup, resource and module flows with runtime metadata and upstream safety.
This commit is contained in:
chick
2026-09-07 00:45:18 +08:00
parent 7168e9dba2
commit 635527dd26
22 changed files with 754 additions and 46 deletions
@@ -50,6 +50,7 @@ export const INSTANCE_MODULE_PROBES: Readonly<Record<InstanceModuleKey, readonly
{ key: 'data', path: '/data' },
{ key: 'cpu', path: '/stats/cpu' },
{ key: 'smsStats', path: '/sms/stats' },
{ key: 'networkSpeed', path: '/network/speed' },
],
sim: [
{ key: 'sim', path: '/sim' },