From 76efff96bc6c670efea38efe52873b7cc8e90977 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 22:13:55 -0500 Subject: [PATCH] fix: remove outdated service information from localagi.json --- frontend/public/json/localagi.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/public/json/localagi.json b/frontend/public/json/localagi.json index e91932957..44d6e18b1 100644 --- a/frontend/public/json/localagi.json +++ b/frontend/public/json/localagi.json @@ -48,10 +48,5 @@ "text": "To use an external Ollama host, edit `/opt/localagi/.env` and set `LOCALAGI_LLM_API_URL=http://:11434/v1`, then restart LocalAGI with `systemctl restart localagi`.", "type": "info" } - , - { - "text": "The service runs as `root` per project guidelines; the unit includes basic hardening (NoNewPrivileges, PrivateTmp, ProtectSystem).", - "type": "info" - } ] }