]> source.dussan.org Git - gitea.git/commit
Add new config option for builtin SSH server
authorUnknwon <u@gogs.io>
Thu, 25 Feb 2016 05:21:48 +0000 (00:21 -0500)
committerUnknwon <u@gogs.io>
Thu, 25 Feb 2016 05:21:48 +0000 (00:21 -0500)
commit4438b7793b143c71675b0ae954036830b7afd2b7
treedc3dead31ecc9ee05153901ac4825ab8ed14b00b
parentbaaf6046a1b0b81b91c76ecc259a13f9eb1c5cdb
Add new config option for builtin SSH server

Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen.
It can be different from SSH_PORT which is supposed to be exposed in the clone URL.
This should solve the problem when user runs Gogs inside Docker container
and still want to use builtin SSH server.
conf/app.ini
gogs.go
modules/bindata/bindata.go
modules/setting/setting.go
routers/install.go
templates/.VERSION