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

Use shadowing script for docker #17846

Merged
merged 2 commits into from
Dec 1, 2021

Commits on Nov 28, 2021

  1. Use shadowing script for docker

    Too many docker users are caught out by the default location for the
    app.ini file being environment dependent so that when they docker exec
    into the container the gitea commands do not work properly and require
    additional -c arguments to correctly pick up the configuration.
    
    This PR simply shadows the gitea binary using variants of the FHS
    compatible script to make the command gitea have the default locations
    by default.
    
    Fix go-gitea#14468
    Reference go-gitea#17497
    Reference go-gitea#12082
    Reference go-gitea#8941
    ... amongst others ...
    Replace go-gitea#17501
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    f44a976 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    1fa7bae View commit details
    Browse the repository at this point in the history