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

In docker rootless use $GITEA_APP_INI if provided (#18524) #18535

Merged

Commits on Feb 1, 2022

  1. In docker rootless use $GITEA_APP_INI if provided (go-gitea#18524)

    Currently when calling `gitea` from any shell in rootless docker image it won't respect my `$GITEA_APP_INI`. Which this change it will use that value when defined instead of the default value.
    
    - https://discourse.gitea.io/t/gitea-1-16-0-unable-to-find-configuration-file/4543
    - https://gitea.com/gitea/helm-chart/issues/287
    viceice authored and zeripath committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    54a7647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c3786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b97b01 View commit details
    Browse the repository at this point in the history