gitea- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive |
commit 3810fc161ea0e01f241f60cd8ea0dbacbd6eaf75
parent 4d93c91f68e042492c1f6782ededda3ec0dbc80d Author: acidvegas <acid.vegas@acid.vegas> Date: Mon, 5 Feb 2024 10:51:39 -0500 Fixed repo-archive storage issue Diffstat:
|
1 file changed, 11 insertions(+), 0 deletions(-) |
diff --git a/app.ini b/app.ini @@ -83,3 +83,14 @@ TRUSTED_FACETS = https://git.supernets.org SHOW_USER_EMAIL = false DEFAULT_THEME = github THEMES = github + +[cron] +ENABLED = true +RUN_AT_START = true + +[cron.archive_cleanup] +ENABLED = true +RUN_AT_START = true +NOTICE_ON_SUCCESS = false +SCHEDULE = @midnight +OLDER_THAN = 24h |