Update gitea to version 1.20.1

This commit is contained in:
Timo Makinen 2023-07-22 17:38:11 +00:00
parent be04450c81
commit 4ef795d02e
2 changed files with 4 additions and 1 deletions

View file

@ -21,7 +21,7 @@ gitea:
hosts:
gitea02.home.foo.sh:
vars:
gitea_version: "1.19.4"
gitea_version: "1.20.1"
gitearunner:
hosts:
gitea-runner02.home.foo.sh:

View file

@ -75,3 +75,6 @@ REVERSE_PROXY_LIMIT = 1
[actions]
ENABLED = true
[oauth2]
JWT_SECRET = {{ gitea_oauth_jwt_secret }}