Update gitea to version 1.20.1
This commit is contained in:
parent
be04450c81
commit
4ef795d02e
2 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -75,3 +75,6 @@ REVERSE_PROXY_LIMIT = 1
|
|||
|
||||
[actions]
|
||||
ENABLED = true
|
||||
|
||||
[oauth2]
|
||||
JWT_SECRET = {{ gitea_oauth_jwt_secret }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue