From 1bbdbe55a95ace444598e0be300eda1ba325295a Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Fri, 24 Feb 2023 15:22:34 +0000 Subject: [PATCH] gitea: Update to 1.19 rc and enable actions --- 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 8f995d4..2d77006 100644 --- a/hosts.yml +++ b/hosts.yml @@ -24,7 +24,7 @@ gitea: hosts: gitea02.home.foo.sh: vars: - gitea_version: "1.18.3" + gitea_version: "1.19.0-rc0" homeassistant: hosts: homeassistant01.home.foo.sh: diff --git a/roles/gitea/templates/app.ini.j2 b/roles/gitea/templates/app.ini.j2 index cf6abb5..9ce2612 100644 --- a/roles/gitea/templates/app.ini.j2 +++ b/roles/gitea/templates/app.ini.j2 @@ -72,3 +72,6 @@ INTERNAL_TOKEN = {{ gitea_internal_token }} PASSWORD_HASH_ALGO = pbkdf2 REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128 REVERSE_PROXY_LIMIT = 1 + +[actions] +ENABLED = true