diff --git a/hosts.yml b/hosts.yml index 8f7b912..3e67283 100644 --- a/hosts.yml +++ b/hosts.yml @@ -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: diff --git a/roles/gitea/templates/app.ini.j2 b/roles/gitea/templates/app.ini.j2 index 9ce2612..3a797b9 100644 --- a/roles/gitea/templates/app.ini.j2 +++ b/roles/gitea/templates/app.ini.j2 @@ -75,3 +75,6 @@ REVERSE_PROXY_LIMIT = 1 [actions] ENABLED = true + +[oauth2] +JWT_SECRET = {{ gitea_oauth_jwt_secret }}