From b3334f2cb4854d367cafd4b91e292f26706344aa Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 24 Sep 2025 14:57:11 +1000 Subject: [PATCH] [forge] Enable ONLY_SHOW_RELEVANT_REPOS UI setting - Set ONLY_SHOW_RELEVANT_REPOS to true to improve user experience - Only shows repositories relevant to the user's context Resolves: https://codeberg.org/fedora/forgejo-deployment/issues/172 --- roles/openshift-apps/forgejo/templates/values.yaml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/forgejo/templates/values.yaml.j2 b/roles/openshift-apps/forgejo/templates/values.yaml.j2 index d13fb9e16b..471d11227b 100644 --- a/roles/openshift-apps/forgejo/templates/values.yaml.j2 +++ b/roles/openshift-apps/forgejo/templates/values.yaml.j2 @@ -494,7 +494,8 @@ gitea: cors: {} ## @param gitea.config.ui User interface settings - ui: {} + ui: + ONLY_SHOW_RELEVANT_REPOS: true ## @param gitea.config.markdown Markdown parser settings markdown: {}