enable auto cleanup on gitea
This commit is contained in:
parent
2aeb007c30
commit
e7c0cdd513
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue