You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
134
134
-`FEED_PAGING_NUM`: **20**: Number of items that are displayed in home feed.
135
135
-`GRAPH_MAX_COMMIT_NUM`: **100**: Number of maximum commits shown in the commit graph.
136
136
-`DEFAULT_THEME`: **gitea**: \[gitea, arc-green\]: Set the default theme for the Gitea install.
137
-
-`THEMES`: **gitea,arc-green**: All available themes. Allow users select personalized themes
137
+
-`SHOW_USER_EMAIL`: **true**: Whether the email of the user should be shown in the Explore Users page.
138
+
-`THEMES`: **gitea,arc-green**: All available themes. Allow users select personalized themes.
138
139
regardless of the value of `DEFAULT_THEME`.
139
140
-`REACTIONS`: All available reactions users can choose on issues/prs and comments
140
141
Values can be emoji alias (:smile:) or a unicode emoji.
@@ -150,6 +151,12 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
150
151
-`NOTICE_PAGING_NUM`: **25**: Number of notices that are shown in one page.
151
152
-`ORG_PAGING_NUM`: **50**: Number of organizations that are shown in one page.
152
153
154
+
### UI - Metadata (`ui.meta`)
155
+
156
+
-`AUTHOR`: **Gitea - Git with a cup of tea**: Author meta tag of the homepage.
157
+
-`DESCRIPTION`: **Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go**: Description meta tag of the homepage.
158
+
-`KEYWORDS`: **go,git,self-hosted,gitea**: Keywords meta tag of the homepage.
159
+
153
160
### UI - Notification (`ui.notification`)
154
161
155
162
-`MIN_TIMEOUT`: **10s**: These options control how often notification endpoint is polled to update the notification count. On page load the notification count will be checked after `MIN_TIMEOUT`. The timeout will increase to `MAX_TIMEOUT` by `TIMEOUT_STEP` if the notification count is unchanged. Set MIN_TIMEOUT to 0 to turn off.
@@ -710,5 +717,5 @@ Task queue configuration has been moved to `queue.task`. However, the below conf
710
717
## Other (`other`)
711
718
712
719
-`SHOW_FOOTER_BRANDING`: **false**: Show Gitea branding in the footer.
713
-
-`SHOW_FOOTER_VERSION`: **true**: Show Gitea version information in the footer.
720
+
-`SHOW_FOOTER_VERSION`: **true**: Show Gitea and Go version information in the footer.
714
721
-`SHOW_FOOTER_TEMPLATE_LOAD_TIME`: **true**: Show time of template execution in the footer.
0 commit comments