system-config/playbooks/roles/gitea
Clark Boylan bcc6e77440 Update gitea to 1.14.4
This makes a number of changes and in depth testing is probably
warranted.

  * Bump the golang version to 1.16 to match upstream's dockerfile
    golang version.
  * Bump the nodejs version to latest stable which is v16.x and
    consume it from the buster repo since our image is based on buster.
  * Bump the gitea version to 1.14.4.
  * Rename all of the opendev-.*.png logo files to logo-.*.png as the
    names of these files are no longer customizable. The reason for this
    is the user settable json manifest has been removed.
    * We keep opendev-sm.png because Gerrit apparently loads this?
  * Update html templates to be in line with 1.14.4's templates.
  * Use the gitea `admin user create` command instead of `admin
    create-user`. While I can't find removal or deprecation notices for
    the previous command the current docs note you should use the new
    version and the old one is failing in CI.

Change-Id: I0a05ebb963cca5be88aeb2f859bfbeefa0f9c8e0
2021-07-12 11:04:36 -07:00
..
defaults gitea: fix 3081 proxy 2020-09-25 08:37:17 +10:00
files Set MaxConnectionsPerChild 8192 for Gitea backends 2021-04-07 15:38:35 +00:00
handlers Set MaxConnectionsPerChild 8192 for Gitea backends 2021-04-07 15:38:35 +00:00
tasks Update gitea to 1.14.4 2021-07-12 11:04:36 -07:00
templates Add remote port info to gitea apache access logs 2021-02-03 12:42:39 -08:00
README.rst gitea: fix 3081 proxy 2020-09-25 08:37:17 +10:00

Install, configure, and run Gitea.

Role Variables