From 0e0da504a22f770d0a72128c9f9620f6ca74c36a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Mar 2026 09:12:50 +0000 Subject: [PATCH] chore(admin): refine LLM web app classifications --- dashboards/admin-web/src/lib/ops-stack.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dashboards/admin-web/src/lib/ops-stack.ts b/dashboards/admin-web/src/lib/ops-stack.ts index a4a8ce82..60c36431 100644 --- a/dashboards/admin-web/src/lib/ops-stack.ts +++ b/dashboards/admin-web/src/lib/ops-stack.ts @@ -190,9 +190,10 @@ export const STACK_SERVICES: ServiceDefinition[] = [ id: 'localmemgpt-web', name: 'LocalMemGPT Web', group: 'Product Web Apps', - description: 'LocalMemGPT web client hosted on the VM.', + description: + 'LocalMemGPT product web client hosted on the VM and treated as a public-facing candidate.', management: 'docker', - exposure: 'internal', + exposure: 'public', port: 3070, kind: 'http-status', default: 'http://localmemgpt-web:3070', @@ -201,8 +202,8 @@ export const STACK_SERVICES: ServiceDefinition[] = [ { id: 'llmlab-dashboard', name: 'LLM Lab Dashboard', - group: 'Product Web Apps', - description: 'Local LLM dashboard hosted on the VM.', + group: 'Internal Tooling', + description: 'Internal LLM lab dashboard hosted on the VM for operator and developer use.', management: 'docker', exposure: 'internal', port: 3075,