From 0839f68e186d171a52658cb722186bb65c565a9a Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 30 Sep 2019 14:46:15 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Utilisation=20du=20serveur=20SSH=20int?= =?UTF-8?q?=C3=A9gr=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 From d8bce9cd5151065e0a42562ccfdd2bc4f9d14956 Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 30 Sep 2019 14:46:51 +0200 Subject: [PATCH 2/2] Suppression commentaires inutiles --- dicos/50_gitea.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/dicos/50_gitea.xml b/dicos/50_gitea.xml index 01e59b6..e75482b 100644 --- a/dicos/50_gitea.xml +++ b/dicos/50_gitea.xml @@ -1,7 +1,6 @@ - @@ -14,9 +13,7 @@ apt-transport-https git-core - - forge gitea_http_port