aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth/user_form.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-19 20:36:19 +0800
committerUnknwon <u@gogs.io>2015-08-19 20:36:19 +0800
commitbd1d7d1509e87c8ace6d8372cd1db7535ce06525 (patch)
treedbce69b06521abafb5fe0ad01014e6e5f3826d28 /modules/auth/user_form.go
parent1453e91f419e52fc74e3ec51b47a080a27a33342 (diff)
downloadgitea-bd1d7d1509e87c8ace6d8372cd1db7535ce06525.tar.gz
gitea-bd1d7d1509e87c8ace6d8372cd1db7535ce06525.zip
Able to set SSH port when install, update Docker docs
Diffstat (limited to 'modules/auth/user_form.go')
-rw-r--r--modules/auth/user_form.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go
index 709271a929..4f00a7c22a 100644
--- a/modules/auth/user_form.go
+++ b/modules/auth/user_form.go
@@ -24,6 +24,7 @@ type InstallForm struct {
RepoRootPath string `binding:"Required"`
RunUser string `binding:"Required"`
Domain string `binding:"Required"`
+ SSHPort int
HTTPPort string `binding:"Required"`
AppUrl string `binding:"Required"`