config: disable repo_archives

We use gitea as a github archive and we also backup repos in restic.
This commit is contained in:
Anton Iakimov 2024-02-29 14:57:20 +01:00
parent 45d63139cf
commit 9372a049c2
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 5 additions and 0 deletions

View File

@ -78,3 +78,8 @@ JWT_SECRET = {{ gitea_app_jwt_secret | mandatory }}
[packages]
ENABLED=true
[cron.delete_repo_archives]
ENABLED = true
RUN_AT_START = true
SCHEDULE = @midnight;