From 4ef795d02e2e0e8d1852f6e7cef5572541a6c822 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sat, 22 Jul 2023 17:38:11 +0000 Subject: [PATCH] Update gitea to version 1.20.1 --- hosts.yml | 2 +- roles/gitea/templates/app.ini.j2 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 }}