From 6931fe05d07e4ee1c3cebcf317a4a6939ac0b429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 7 Apr 2024 13:16:19 +0300 Subject: [PATCH] Hide Gitea version and load times in footer --- site-cookbooks/kosmos_gitea/templates/default/app.ini.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb b/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb index e676409..5c79bba 100644 --- a/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb +++ b/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb @@ -112,3 +112,7 @@ MINIO_USE_SSL=<%= c["use_ssl"] %> [actions] ENABLED = true <% end %> + +[other] +SHOW_FOOTER_VERSION = false +SHOW_FOOTER_TEMPLATE_LOAD_TIME = false