From f6cb6fa8a83b1c9ce37f60d072d2b386dd368b2e Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 00:49:42 -0500 Subject: [PATCH] feat: update interface port for LocalAGI from 8080 to 3000 --- frontend/public/json/localagi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/localagi.json b/frontend/public/json/localagi.json index a970100ad..44d6e18b1 100644 --- a/frontend/public/json/localagi.json +++ b/frontend/public/json/localagi.json @@ -8,7 +8,7 @@ "type": "ct", "updateable": true, "privileged": false, - "interface_port": 8080, + "interface_port": 3000, "documentation": "https://github.com/mudler/LocalAGI#installation-options", "website": "https://github.com/mudler/LocalAGI", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/localagi.webp",