From ea5eca83fea34f31ea9b0b8b11cb4ea38531196f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:13:53 +0200 Subject: [PATCH] Argus: fix wrong port on website (#5322) --- frontend/public/json/argus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/argus.json b/frontend/public/json/argus.json index 424522c5f..7a0e8cf48 100644 --- a/frontend/public/json/argus.json +++ b/frontend/public/json/argus.json @@ -8,7 +8,7 @@ "type": "ct", "updateable": true, "privileged": false, - "interface_port": 3000, + "interface_port": 8080, "documentation": "https://release-argus.io/docs/overview/", "website": "https://release-argus.io/", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/argus.webp",