Merge branch 'docs-align-for-single-codebase' into 'master'
Realign 3 docs that diverged between ce/ee See merge request gitlab-org/gitlab-ce!32513
This commit is contained in:
commit
60adc14473
3 changed files with 8 additions and 8 deletions
|
@ -231,7 +231,7 @@ PUT /groups/:id/epics/:epic_iid
|
|||
| `id` | integer/string | yes | The ID or [URL-encoded path of the group](README.md#namespaced-path-encoding) owned by the authenticated user |
|
||||
| `epic_iid` | integer/string | yes | The internal ID of the epic |
|
||||
| `title` | string | no | The title of an epic |
|
||||
| `description` | string | no | The description of an epic. Limited to 1 000 000 characters. |
|
||||
| `description` | string | no | The description of an epic. Limited to 1 000 000 characters. |
|
||||
| `labels` | string | no | The comma separated list of labels |
|
||||
| `start_date_is_fixed` | boolean | no | Whether start date should be sourced from `start_date_fixed` or from milestones (since 11.3) |
|
||||
| `start_date_fixed` | string | no | The fixed start date of an epic (since 11.3) |
|
||||
|
|
|
@ -67,7 +67,7 @@ Example response:
|
|||
"local_markdown_version": 0,
|
||||
"allow_local_requests_from_hooks_and_services": true,
|
||||
"allow_local_requests_from_web_hooks_and_services": true,
|
||||
"allow_local_requests_from_system_hooks": false
|
||||
"allow_local_requests_from_system_hooks": false,
|
||||
"asset_proxy_enabled": true,
|
||||
"asset_proxy_url": "https://assets.example.com",
|
||||
"asset_proxy_whitelist": ["example.com", "*.example.com", "your-instance.com"]
|
||||
|
|
|
@ -16,12 +16,12 @@ of your Camo server.
|
|||
Once you have your Camo server up and running, you can configure GitLab to
|
||||
proxy image requests to it. The following settings are supported:
|
||||
|
||||
| Attribute | Description |
|
||||
| ------------------------ | ----------- |
|
||||
| `asset_proxy_enabled` | (**If enabled, requires:** `asset_proxy_url`) Enable proxying of assets. |
|
||||
| `asset_proxy_secret_key` | Shared secret with the asset proxy server. |
|
||||
| `asset_proxy_url` | URL of the asset proxy server. |
|
||||
| `asset_proxy_whitelist` | Assets that match these domain(s) will NOT be proxied. Wildcards allowed. Your GitLab installation URL is automatically whitelisted. |
|
||||
| Attribute | Description |
|
||||
| ------------------------- | ----------- |
|
||||
| `asset_proxy_enabled` | (**If enabled, requires:** `asset_proxy_url`) Enable proxying of assets. |
|
||||
| `asset_proxy_secret_key` | Shared secret with the asset proxy server. |
|
||||
| `asset_proxy_url` | URL of the asset proxy server. |
|
||||
| `asset_proxy_whitelist` | Assets that match these domain(s) will NOT be proxied. Wildcards allowed. Your GitLab installation URL is automatically whitelisted. |
|
||||
|
||||
These can be set via the [Application setting API](../api/settings.md)
|
||||
|
||||
|
|
Loading…
Reference in a new issue