gitea: Update to 1.19 rc and enable actions
This commit is contained in:
parent
26ea5c7446
commit
1bbdbe55a9
2 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue