Update gitea to 1.20.0
All checks were successful
/ terraform (push) Successful in 1m27s
/ ansible (push) Successful in 2m49s

This commit is contained in:
Jake Howard 2023-07-17 09:30:33 +01:00
parent a406e72ab2
commit d91ad7c517
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 3 deletions

View File

@ -88,7 +88,6 @@ ITEM_TTL = 48h
[other] [other]
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
SHOW_FOOTER_VERSION = false SHOW_FOOTER_VERSION = false
SHOW_FOOTER_BRANDING=false
[mirror] [mirror]
DEFAULT_INTERVAL = 1h DEFAULT_INTERVAL = 1h
@ -108,7 +107,7 @@ ENABLED = true
[actions] [actions]
ENABLED = true ENABLED = true
DEFAULT_ACTIONS_URL = https://github.com DEFAULT_ACTIONS_URL = github
[migrations] [migrations]
ALLOW_LOCALNETWORKS = true ALLOW_LOCALNETWORKS = true

View File

@ -2,7 +2,7 @@ version: "2.3"
services: services:
gitea: gitea:
image: gitea/gitea:1.19.4-rootless image: gitea/gitea:1.20.0-rootless
user: "{{ docker_user.id }}:{{ docker_user.id }}" user: "{{ docker_user.id }}:{{ docker_user.id }}"
environment: environment:
- TZ={{ timezone }} - TZ={{ timezone }}