diff --git a/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb b/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb index ce9ae23..788c45e 100644 --- a/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb +++ b/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb @@ -82,6 +82,12 @@ MAX_SIZE = 10 ; ; Max number of files per upload. Defaults to 5 MAX_FILES = 5 +[cron.delete_repo_archives] +ENABLED = true +RUN_AT_START = false +NOTICE_ON_SUCCESS = false +SCHEDULE = @every 15m + <% if c = @config["webhook"] %> [webhook] <% if c["allowed_host_list"] %>ALLOWED_HOST_LIST = <%= c["allowed_host_list"] %><% end %>