enable auto cleanup on gitea

This commit is contained in:
Cyryl Płotnicki 2024-02-05 20:57:46 +00:00
parent 2aeb007c30
commit e7c0cdd513
1 changed files with 5 additions and 0 deletions

View File

@ -119,6 +119,11 @@ in {
PULL = 600;
GC = 600;
};
"cron".ENABLED = true;
"cron.git_gc_repos".ENABLED = true;
"cron.delete_old_actions".ENABLED = true;
"cron.delete_old_system_notices".ENABLED = true;
"cron.gc_lfs".ENABLED = true;
server = {
ROOT_URL = baseurl;
DOMAIN = domain;