Upgrade Gitea to 1.15.6

Configures the JWT signing algorithm to be the old, less secure
algorithm, until we update the token for Drone CI (and any other OAuth
apps).

closes #338
This commit is contained in:
2021-11-25 16:44:48 -06:00
parent f93909da70
commit 24f94bdb02
3 changed files with 4 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ template "#{config_directory}/app.ini" do
source "app.ini.erb"
owner "git"
group "git"
mode "0640"
mode "0600"
sensitive true
variables working_directory: working_directory,
git_home_directory: git_home_directory,