Utilisation du serveur SSH intégré à Gitea

This commit is contained in:
2019-09-30 14:46:15 +02:00
parent 93b96fb8e0
commit 0839f68e18
2 changed files with 2 additions and 1 deletions

View File

@ -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