Enable cron job to delete repo archives

closes #395
This commit is contained in:
Râu Cao 2022-08-08 12:51:26 +02:00
parent 206bb69100
commit 08b7c7a5ac
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
1 changed files with 6 additions and 0 deletions

View File

@ -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 %>