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:
|
hosts:
|
||||||
gitea02.home.foo.sh:
|
gitea02.home.foo.sh:
|
||||||
vars:
|
vars:
|
||||||
gitea_version: "1.19.4"
|
gitea_version: "1.20.1"
|
||||||
gitearunner:
|
gitearunner:
|
||||||
hosts:
|
hosts:
|
||||||
gitea-runner02.home.foo.sh:
|
gitea-runner02.home.foo.sh:
|
||||||
|
|
|
@ -75,3 +75,6 @@ REVERSE_PROXY_LIMIT = 1
|
||||||
|
|
||||||
[actions]
|
[actions]
|
||||||
ENABLED = true
|
ENABLED = true
|
||||||
|
|
||||||
|
[oauth2]
|
||||||
|
JWT_SECRET = {{ gitea_oauth_jwt_secret }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue