From fa0f5cba4bbb20f0ee2c12eb47985dd992b09b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 17 Jun 2026 20:27:01 +0200 Subject: [PATCH] fix(gitea): update SSH_PORT to 22 to match new external port Clone URLs now show the correct standard port 22. Co-Authored-By: Claude Sonnet 4.6 --- gitea/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/compose.yml b/gitea/compose.yml index a32e18f..15f9f8a 100644 --- a/gitea/compose.yml +++ b/gitea/compose.yml @@ -18,7 +18,7 @@ services: GITEA__server__PROTOCOL: http GITEA__server__HTTP_PORT: 3000 GITEA__server__START_SSH_SERVER: "true" - GITEA__server__SSH_PORT: 2222 + GITEA__server__SSH_PORT: 22 GITEA__server__SSH_LISTEN_PORT: 2222 GITEA__server__LANDING_PAGE: /valknar GITEA__mailer__ENABLED: "true"