diff --git a/templates/etc/gitea/app.ini.j2 b/templates/etc/gitea/app.ini.j2 index 5b3e337..de90d6c 100644 --- a/templates/etc/gitea/app.ini.j2 +++ b/templates/etc/gitea/app.ini.j2 @@ -35,6 +35,10 @@ {{ item }} {% endfor %} +[lfs] +{% for item in gitea_lfs_config %} +{{ item }} +{% endfor %} [mailer] {% for item in gitea_mailer_config %}