Utilisation du serveur SSH intégré à Gitea
This commit is contained in:
parent
93b96fb8e0
commit
0839f68e18
|
@ -22,7 +22,7 @@
|
|||
<port service_accesslist="gitea_without_nginx" port_type="SymLinkOption">gitea_http_port</port>
|
||||
</service_access>
|
||||
<service_access service='gitea_ssh'>
|
||||
<tcpwrapper>sshd</tcpwrapper>
|
||||
<tcpwrapper>gitea</tcpwrapper>
|
||||
</service_access>
|
||||
</container>
|
||||
</containers>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue