1. 25 May, 2022 1 commit
  2. 16 Mar, 2022 1 commit
    • techknowlogick's avatar
      use go1.18 to build gitea (#19099) · ed1d95c5
      techknowlogick authored
      * use go1.18 to build gitea& update min go version to 1.17
      
      * bump in a few more places
      
      * add a few simple tests for isipprivate
      
      * update go.mod
      
      * update URL to https://go.dev/dl/
      
      * golangci-lint
      
      * attempt golangci-lint workaround
      
      * change version
      
      * bump fumpt version
      
      * skip strings.title test
      
      * go mod tidy
      
      * update tests as some aren't private??
      
      * update tests
      ed1d95c5
  3. 19 Jan, 2022 1 commit
  4. 21 Dec, 2021 1 commit
  5. 01 Dec, 2021 1 commit
    • 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>
      7d0629ad
  6. 26 Oct, 2021 1 commit
  7. 25 Oct, 2021 1 commit
  8. 17 Aug, 2021 1 commit
  9. 16 Jul, 2021 1 commit
  10. 09 Jul, 2021 1 commit
  11. 08 Jul, 2021 1 commit
    • Tobias Florek's avatar
      specify user in rootless container numerically (#16361) · 5e819ee1
      Tobias Florek authored
      
      * specify user in rootless container numerically
      
      With kubernetes' PodSecurityPolicy set to runAsNonRoot it will not allow starting the container.  The error message is
      ```
      Error: container has runAsNonRoot and image has non-numeric user (git), cannot verify user is non-root
      ```
      The `USER` directive has to be numerical for that to work.
      
      * mention the name of the uid/gid
      Co-authored-by: default avatar6543 <6543@obermui.de>
      5e819ee1
  12. 07 Jul, 2021 1 commit
  13. 05 Jun, 2021 1 commit
  14. 21 May, 2021 1 commit
  15. 29 Apr, 2021 1 commit
  16. 28 Feb, 2021 1 commit
  17. 23 Feb, 2021 1 commit
    • Kyle D's avatar
      Add environment-to-ini to docker image (#14762) · 61f347e3
      Kyle D authored
      * Add environment-to-app.ini routine
      
      * Call environment-to-ini in docker setup scripts
      
      * Automatically convert section vars to lower case to match documentation
      
      * Remove git patch instructions
      
      * Add env variable documentation to Install Docker
      61f347e3
  18. 20 Jan, 2021 1 commit
  19. 16 Nov, 2020 1 commit
  20. 01 Nov, 2020 1 commit
    • Antoine GIRARD's avatar
      docker: rootless image (#10154) · fe458ce8
      Antoine GIRARD authored
      * docker: rootless image
      
      * improve docs + remove check for write perm on custom
      
      * add more info on ssh passtrough
      
      * Add comment for internal ssh server in container config
      fe458ce8
  21. 31 Oct, 2020 1 commit
  22. 22 Oct, 2020 1 commit
    • Begley Brothers (Development)'s avatar
      Dockerfile: Support socat use cases (#13208) · ff50274f
      Begley Brothers (Development) authored
      
      * Dockerfile: Support socat use cases
      
      In some contexts it is necessary to provide access to Gitea via TCP ports and unix sockets.
      Gitea (`gitea web`) can be configured to listen for connections via unix-socket or TCP port, but not both.
      When Gitea is installed to the host this limitation can be worked around by installing socat on the host.
      When running Gitea from a container this limitation cannot be workaround.
      
      Add socat to Gitea container.
      
      * Removed version
      Co-authored-by: default avatartechknowlogick <techknowlogick@gitea.io>
      ff50274f
  23. 27 Sep, 2020 1 commit
  24. 13 Aug, 2020 1 commit
  25. 06 Jun, 2020 1 commit
  26. 03 Jun, 2020 1 commit
  27. 10 May, 2020 1 commit
  28. 20 Mar, 2020 1 commit
  29. 03 Mar, 2020 1 commit
  30. 27 Dec, 2019 1 commit
  31. 05 Dec, 2019 2 commits
  32. 12 Sep, 2019 1 commit
  33. 04 Aug, 2019 1 commit
  34. 20 Jun, 2019 1 commit
  35. 06 May, 2019 1 commit
  36. 08 Mar, 2019 1 commit
  37. 05 Feb, 2019 1 commit
  38. 29 Nov, 2018 1 commit
  39. 01 Nov, 2018 1 commit