mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Fix --port setting Unfortunately there was an error in #13195 which set the --port option before the settings were read. This PR fixes this by moving applying this option to after the the settings are read However, on looking further into this code I believe that the setPort code was slightly odd. Firstly, it may make sense to run the install page on a different temporary port to the full system and this should be possible with a --install-port option. Secondy, if the --port option is provided we should apply it to both otherwise there will be unusual behaviour on graceful restart Thirdly, the documentation for --port says that the setting is temporary - it should therefore not save its result to the configuration (This however, does mean that authorized_keys and internal links may not be correct. - I think we need to discuss this option further.) Fix #13277 Signed-off-by: Andrew Thornton <art27@cantab.net> * Update cmd/web.go * Apply suggestions from code review Co-authored-by: techknowlogick <techknowlogick@gitea.io> |
4 years ago | |
---|---|---|
.. | ||
advanced | 4 years ago | |
developers | 4 years ago | |
features | 4 years ago | |
help | 4 years ago | |
installation | 4 years ago | |
upgrade | 5 years ago | |
usage | 4 years ago | |
advanced.en-us.md | 7 years ago | |
advanced.fr-fr.md | 7 years ago | |
advanced.zh-cn.md | 7 years ago | |
developers.en-us.md | 4 years ago | |
features.en-us.md | 7 years ago | |
features.zh-cn.md | 7 years ago | |
features.zh-tw.md | 7 years ago | |
help.en-us.md | 5 years ago | |
help.fr-fr.md | 5 years ago | |
help.zh-cn.md | 5 years ago | |
help.zh-tw.md | 5 years ago | |
installation.en-us.md | 7 years ago | |
installation.fr-fr.md | 7 years ago | |
installation.zh-cn.md | 7 years ago | |
installation.zh-tw.md | 7 years ago | |
upgrade.en-us.md | 7 years ago | |
upgrade.fr-fr.md | 7 years ago | |
upgrade.zh-cn.md | 7 years ago | |
upgrade.zh-tw.md | 7 years ago | |
usage.en-us.md | 7 years ago | |
usage.zh-cn.md | 7 years ago |