diff options
author | Unknwon <u@gogs.io> | 2015-08-19 20:36:19 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-19 20:36:19 +0800 |
commit | bd1d7d1509e87c8ace6d8372cd1db7535ce06525 (patch) | |
tree | dbce69b06521abafb5fe0ad01014e6e5f3826d28 /modules/auth/user_form.go | |
parent | 1453e91f419e52fc74e3ec51b47a080a27a33342 (diff) | |
download | gitea-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.go | 1 |
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"` |