gitea: allow local networks for migrations

This commit is contained in:
ace 2023-02-08 01:32:38 +03:00
parent 3cab5af533
commit d0bf0bedad
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -62,6 +62,8 @@ gitea_default_values:
server:
LFS_START_SERVER: true
ROOT_URL: "https://{{ gitea_short_name}}.{{ domain }}"
migrations:
ALLOW_LOCALNETWORKS: true
service:
DISABLE_REGISTRATION: true
webhook: