forked from forgejo/forgejo
Able to set SSH port when install, update Docker docs
This commit is contained in:
parent
1453e91f41
commit
bd1d7d1509
8 changed files with 50 additions and 31 deletions
|
@ -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"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue