mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-26 21:50:47 +03:00
Add documentation for ALLOW_INTERNAL_URLS_IN_RELEASES
This commit is contained in:
parent
f385961d75
commit
6d505f7792
1 changed files with 1 additions and 0 deletions
|
@ -692,6 +692,7 @@ And the following unique queues:
|
||||||
- `VALID_SITE_URL_SCHEMES`: **http, https**: Valid site URL schemes for user profiles.
|
- `VALID_SITE_URL_SCHEMES`: **http, https**: Valid site URL schemes for user profiles.
|
||||||
- `USERNAME_COOLDOWN_PERIOD`: **0**: The cooldown period in days before a username previously used by another user can be claimed by someone other than the original user. If you enter a non-positive number here, the cooldown period is deactivated, and previously used usernames can be claimed immediately.
|
- `USERNAME_COOLDOWN_PERIOD`: **0**: The cooldown period in days before a username previously used by another user can be claimed by someone other than the original user. If you enter a non-positive number here, the cooldown period is deactivated, and previously used usernames can be claimed immediately.
|
||||||
- `MAX_USER_REDIRECTS`: **0**: The number of user redirects that a user can keep. The oldest entry is removed when a new user redirection is created. The default value is **5** if `USERNAME_COOLDOWN_PERIOD` is set to a positive value.
|
- `MAX_USER_REDIRECTS`: **0**: The number of user redirects that a user can keep. The oldest entry is removed when a new user redirection is created. The default value is **5** if `USERNAME_COOLDOWN_PERIOD` is set to a positive value.
|
||||||
|
- `ALLOW_INTERNAL_URLS_IN_RELEASES`: **true**: Enable this to allow releases to link internal assets (such as URLs leading to packages hosted on the same instance).
|
||||||
|
|
||||||
### Service - Explore (`service.explore`)
|
### Service - Explore (`service.explore`)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue