diff --git a/dicos/50_gitea.xml b/dicos/50_gitea.xml index bf03e4a..e75482b 100644 --- a/dicos/50_gitea.xml +++ b/dicos/50_gitea.xml @@ -1,7 +1,6 @@ - @@ -14,15 +13,13 @@ apt-transport-https git-core - - forge 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