1. 02 Dec, 2021 7 commits
  2. 01 Dec, 2021 3 commits
    • zeripath's avatar
      Use shadowing script for docker (#17846) · 7d0629ad
      zeripath authored
      
      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 #14468
      Reference #17497
      Reference #12082
      Reference #8941
      ... amongst others ...
      Replace #17501
      Signed-off-by: default avatarAndrew Thornton <art27@cantab.net>
      Unverified
      7d0629ad
    • wxiaoguang's avatar
      Improve install code to avoid low-level mistakes. (#17779) · 042cac5f
      wxiaoguang authored
      * Improve install code to avoid low-level mistakes.
      
      If a user tries to do a re-install in a Gitea database, they gets a warning and double check.
      When Gitea runs, it never create empty app.ini automatically.
      
      Also some small (related) refactoring:
      
      * Refactor db.InitEngine related logic make it more clean (especially for the install code)
      * Move some i18n strings out from setting.go to make the setting.go can be easily maintained.
      * Show errors in CLI code if an incorrect app.ini is used.
      * APP_DATA_PATH is created when installing, and checked when starting (no empty directory is created any more).
      Unverified
      042cac5f
    • GiteaBot's avatar
      [skip ci] Updated translations via Crowdin · a3517d86
      GiteaBot authored
      a3517d86
  3. 30 Nov, 2021 6 commits
  4. 29 Nov, 2021 3 commits
  5. 28 Nov, 2021 6 commits
  6. 27 Nov, 2021 4 commits
  7. 26 Nov, 2021 4 commits
  8. 25 Nov, 2021 7 commits