mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Remove forgejo's footer
This commit is contained in:
parent
64a3fa3df9
commit
2adabd32e2
1 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,11 @@ in
|
||||||
session.PROVIDER = "db";
|
session.PROVIDER = "db";
|
||||||
mirror.DEFAULT_INTERVAL = "1h";
|
mirror.DEFAULT_INTERVAL = "1h";
|
||||||
federation.ENABLED = true;
|
federation.ENABLED = true;
|
||||||
|
other = {
|
||||||
|
SHOW_FOOTER_VERSION = false;
|
||||||
|
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false;
|
||||||
|
SHOW_FOOTER_POWERED_BY = false;
|
||||||
|
};
|
||||||
|
|
||||||
cron.ENABLED = true;
|
cron.ENABLED = true;
|
||||||
"cron.git_gc_repos".ENABLED = true;
|
"cron.git_gc_repos".ENABLED = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue