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

Add contrib/environment-to-ini #9519

Merged
merged 4 commits into from
Dec 28, 2019

Commits on Dec 27, 2019

  1. Add contrib/environment-to-ini

    This contrib command provides a mechanism to allow arbitrary setting
    of ini values using the environment variable in a more docker standard
    fashion.
    
    Environment variable keys should be structured as:
    
    "GITEA__SECTION_NAME__KEY_NAME"
    
    Use of the command is explained in the README.
    
    Partial fix for go-gitea#350
    Closes go-gitea#7287
    zeripath committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    424434d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adc68fd View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. Update contrib/environment-to-ini/environment-to-ini.go

    Co-Authored-By: 6543 <6543@obermui.de>
    zeripath and 6543 committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    ac848e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04299d7 View commit details
    Browse the repository at this point in the history