[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
This commit is contained in:
Ryan Lerch
2025-09-24 14:57:11 +10:00
parent 814836e5c2
commit b3334f2cb4

View File

@@ -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: {}