gitea: Update to 1.19 rc and enable actions

This commit is contained in:
Timo Makinen 2023-02-24 15:22:34 +00:00
parent 26ea5c7446
commit 1bbdbe55a9
2 changed files with 4 additions and 1 deletions

View file

@ -24,7 +24,7 @@ gitea:
hosts: hosts:
gitea02.home.foo.sh: gitea02.home.foo.sh:
vars: vars:
gitea_version: "1.18.3" gitea_version: "1.19.0-rc0"
homeassistant: homeassistant:
hosts: hosts:
homeassistant01.home.foo.sh: homeassistant01.home.foo.sh:

View file

@ -72,3 +72,6 @@ INTERNAL_TOKEN = {{ gitea_internal_token }}
PASSWORD_HASH_ALGO = pbkdf2 PASSWORD_HASH_ALGO = pbkdf2
REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128 REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128
REVERSE_PROXY_LIMIT = 1 REVERSE_PROXY_LIMIT = 1
[actions]
ENABLED = true