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
* giteaoffical/main: (23 commits)
Add Cargo package registry (go-gitea#21888)
Add new captcha: cloudflare turnstile (go-gitea#22369)
add default user visibility to cli command "admin user create" (go-gitea#22750)
Show all projects, not just repo projects and open/closed projects (go-gitea#22640)
Remove ONLY_SHOW_RELEVANT_REPOS setting (go-gitea#21962)
Escape path for the file list (go-gitea#22741)
Repositories: by default disable all units except code and pulls on forks (go-gitea#22541)
Fix color of tertiary button on dark theme (go-gitea#22739)
Refactor git command package to improve security and maintainability (go-gitea#22678)
Improve trace logging for pulls and processes (go-gitea#22633)
Remove 'primary' class from tab counter labels (go-gitea#22687)
Use native error checking with `exec.ErrDot` (go-gitea#22735)
update to build with go1.20 (go-gitea#22732)
Add missed reverse proxy authentication documentation (go-gitea#22250)
Update button is shown when a Pull Request is marked WIP - Issue go-gitea#21740 (go-gitea#22683)
Do not overwrite empty DefaultBranch (go-gitea#22708)
Improve error report when user passes a private key (go-gitea#22726)
Add some comments for recent code (go-gitea#22725)
Fix actions workflow branches match bug (go-gitea#22724)
Fix group filter for ldap source sync (go-gitea#22506)
...
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,8 @@ In addition there is _`StaticRootPath`_ which can be set as a built-in at build
104
104
-`ENABLE_PUSH_CREATE_USER`: **false**: Allow users to push local repositories to Gitea and have them automatically created for a user.
105
105
-`ENABLE_PUSH_CREATE_ORG`: **false**: Allow users to push local repositories to Gitea and have them automatically created for an org.
106
106
-`DISABLED_REPO_UNITS`: **_empty_**: Comma separated list of globally disabled repo units. Allowed values: \[repo.issues, repo.ext_issues, repo.pulls, repo.wiki, repo.ext_wiki, repo.projects\]
107
-
-`DEFAULT_REPO_UNITS`: **repo.code,repo.releases,repo.issues,repo.pulls,repo.wiki,repo.projects**: Comma separated list of default repo units. Allowed values: \[repo.code, repo.releases, repo.issues, repo.pulls, repo.wiki, repo.projects\]. Note: Code and Releases can currently not be deactivated. If you specify default repo units you should still list them for future compatibility. External wiki and issue tracker can't be enabled by default as it requires additional settings. Disabled repo units will not be added to new repositories regardless if it is in the default list.
107
+
-`DEFAULT_REPO_UNITS`: **repo.code,repo.releases,repo.issues,repo.pulls,repo.wiki,repo.projects,repo.packages**: Comma separated list of default new repo units. Allowed values: \[repo.code, repo.releases, repo.issues, repo.pulls, repo.wiki, repo.projects\]. Note: Code and Releases can currently not be deactivated. If you specify default repo units you should still list them for future compatibility. External wiki and issue tracker can't be enabled by default as it requires additional settings. Disabled repo units will not be added to new repositories regardless if it is in the default list.
108
+
-`DEFAULT_FORK_REPO_UNITS`: **repo.code,repo.pulls**: Comma separated list of default forked repo units. The set of allowed values and rules is the same as `DEFAULT_REPO_UNITS`.
108
109
-`PREFIX_ARCHIVE_FILES`: **true**: Prefix archive files by placing them in a directory named after the repository.
@@ -230,8 +231,6 @@ The following configuration set `Content-Type: application/vnd.android.package-a
230
231
-`DEFAULT_SHOW_FULL_NAME`: **false**: Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
231
232
-`SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page.
232
233
-`USE_SERVICE_WORKER`: **false**: Whether to enable a Service Worker to cache frontend assets.
233
-
-`ONLY_SHOW_RELEVANT_REPOS`: **false** Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
234
-
A repo is considered irrelevant if it's a fork or if it has no metadata (no description, no icon, no topic).
235
234
236
235
### UI - Admin (`ui.admin`)
237
236
@@ -644,7 +643,7 @@ Certain queues have defaults that override the defaults set in `[queue]` (this o
644
643
-`REQUIRE_CAPTCHA_FOR_LOGIN`: **false**: Enable this to require captcha validation for login. You also must enable `ENABLE_CAPTCHA`.
645
644
-`REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA`: **false**: Enable this to force captcha validation
646
645
even for External Accounts (i.e. GitHub, OpenID Connect, etc). You also must enable `ENABLE_CAPTCHA`.
0 commit comments