config: disable repo_archives
We use gitea as a github archive and we also backup repos in restic.
This commit is contained in:
parent
45d63139cf
commit
9372a049c2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue