forked from DGNum/infrastructure
feat(forgejo): Enable cron actions
This commit is contained in:
parent
45b776b94e
commit
076e6a499a
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
ui.THEMES = "forgejo-auto,forgejo-light,forgejo-dark";
|
ui.THEMES = "forgejo-auto,forgejo-light,forgejo-dark";
|
||||||
|
|
||||||
|
"cron.cleanup_actions".ENABLED = true;
|
||||||
|
"cron.delete_old_actions".ENABLED = true;
|
||||||
|
"cron.git_gc_repos".ENABLED = true;
|
||||||
|
"cron.update_checker".ENABLED = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
mailerPasswordFile = config.age.secrets."forgejo-mailer_password_file".path;
|
mailerPasswordFile = config.age.secrets."forgejo-mailer_password_file".path;
|
||||||
|
|
Loading…
Reference in a new issue