From 8618c01d21ae3884dcfe766c58d148dc9ea98407 Mon Sep 17 00:00:00 2001 From: Yusuf Suleman Date: Fri, 3 Apr 2026 13:06:25 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20Gitea=20URL=20=E2=80=94=20use=20gitea:30?= =?UTF-8?q?00=20(Docker=20internal)=20not=20localhost:3300?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- gateway/feedback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/feedback.py b/gateway/feedback.py index 37a061b..5234c16 100644 --- a/gateway/feedback.py +++ b/gateway/feedback.py @@ -8,7 +8,7 @@ import re import urllib.request import urllib.error -GITEA_URL = "http://localhost:3300" +GITEA_URL = "http://gitea:3000" GITEA_TOKEN = "7abae0245e49e130e1b6752b7fa381a57607d8c7" REPO = "yusiboyz/platform"