Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn on SSH connection for incorrect configuration (#19317) #19437

Merged
merged 2 commits into from
Apr 20, 2022

Commits on Apr 20, 2022

  1. Warn on SSH connection for incorrect configuration (go-gitea#19317)

    * Warn on SSH connection for incorrect configuration
    
    - When `setting.RepoRootPath` cannot be found(most likely due to
    incorrect configuration) show "Gitea: Incorrect configuration" on the
    client-side to help easier with debugging the problem.
    
    * Update cmd/serv.go
    
    Co-authored-by: delvh <dev.lh@web.de>
    
    * Don't leak configuration
    
    * Update cmd/serv.go
    
    Co-authored-by: delvh <dev.lh@web.de>
    Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
    Co-authored-by: techknowlogick <techknowlogick@gitea.io>
    4 people authored and 6543 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    6ebee84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9d4833 View commit details
    Browse the repository at this point in the history