mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
[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:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user