From 42b8826d18f4b16d4c5138a84b60708c308fa0e7 Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Fri, 20 Mar 2026 21:56:42 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20install.sh=20=E2=80=94=20update=20Gitea?= =?UTF-8?q?=20repo=20reference=20to=20replit/timmy-tower?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vps/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vps/install.sh b/vps/install.sh index 4a913f6..61e544c 100644 --- a/vps/install.sh +++ b/vps/install.sh @@ -157,7 +157,7 @@ echo " NOTE: The webhook runs over plain HTTP. HMAC-SHA256 ensures" echo " authenticity. For full transport security, configure nginx" echo " with TLS (Let's Encrypt) on the Hermes public domain." echo "" -echo " Configure this Gitea webhook on admin/timmy-tower:" +echo " Configure this Gitea webhook on replit/timmy-tower:" echo " URL: http://143.198.27.163/webhook/deploy" echo " Secret: $WEBHOOK_SECRET" echo " Events: Push"