From 0839f68e186d171a52658cb722186bb65c565a9a Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 30 Sep 2019 14:46:15 +0200 Subject: [PATCH] =?UTF-8?q?Utilisation=20du=20serveur=20SSH=20int=C3=A9gr?= =?UTF-8?q?=C3=A9=20=C3=A0=20Gitea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dicos/50_gitea.xml | 2 +- tmpl/gitea.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dicos/50_gitea.xml b/dicos/50_gitea.xml index bf03e4a..01e59b6 100644 --- a/dicos/50_gitea.xml +++ b/dicos/50_gitea.xml @@ -22,7 +22,7 @@ gitea_http_port - sshd + gitea diff --git a/tmpl/gitea.conf b/tmpl/gitea.conf index a0b931f..60b2401 100644 --- a/tmpl/gitea.conf +++ b/tmpl/gitea.conf @@ -30,6 +30,7 @@ HTTP_ADDR = HTTP_PORT = %%gitea_http_port ; Disable SSH feature when not available DISABLE_SSH = false +START_SSH_SERVER = true SSH_PORT = %%gitea_ssh_port ; Disable CDN even in "prod" mode OFFLINE_MODE = false