From 9e0ccd065864b3b0dabe536ca2b9fc3aa7805914 Mon Sep 17 00:00:00 2001 From: Khaled Mahfouz Date: Mon, 29 Jun 2026 16:36:19 +0300 Subject: [PATCH] disable ssh git due to hosting limits --- config.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml.example b/config.yml.example index 59b3820..2400832 100644 --- a/config.yml.example +++ b/config.yml.example @@ -73,7 +73,7 @@ metrics.port: 6158 # Enable or disable SSH built-in server # for git operations (clone, pull, push) via SSH (either `true` or `false`). Default: true -ssh.git-enabled: true +ssh.git-enabled: false # Host to bind to. Default: 0.0.0.0 ssh.host: 0.0.0.0