Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
907ce91e
Commit
907ce91e
authored
Jun 16, 2021
by
Craig Norris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Release Admin Area references
Update references to the Admin Area for Release-related docs
parent
bf78aec2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
25 deletions
+39
-25
doc/administration/pages/index.md
doc/administration/pages/index.md
+28
-20
doc/administration/pages/source.md
doc/administration/pages/source.md
+8
-3
doc/user/project/deploy_keys/index.md
doc/user/project/deploy_keys/index.md
+3
-2
No files found.
doc/administration/pages/index.md
View file @
907ce91e
...
...
@@ -373,9 +373,13 @@ When adding a custom domain, users are required to prove they own it by
adding a GitLab-controlled verification code to the DNS records for that domain.
If your user base is private or otherwise trusted, you can disable the
verification requirement. Go to
**Admin Area > Settings > Preferences**
and
uncheck
**Require users to prove ownership of custom domains**
in the
**Pages**
section.
This setting is enabled by default.
verification requirement:
1.
On the top bar, select
**Menu >**
**{admin}**
**Admin**
.
1.
On the left sidebar, select
**Settings > Preferences**
.
1.
Expand
**Pages**
.
1.
Clear the
**Require users to prove ownership of custom domains**
checkbox.
This setting is enabled by default.
### Let's Encrypt integration
...
...
@@ -388,9 +392,11 @@ sites served under a custom domain.
To enable it, you must:
1.
Choose an email address on which you want to receive notifications about expiring domains.
1.
Go to your instance's
**Admin Area > Settings > Preferences**
and expand
**Pages**
settings.
1.
On the top bar, select
**Menu >**
**{admin}**
**Admin**
.
1.
On the left sidebar, select
**Settings > Preferences**
.
1.
Expand
**Pages**
.
1.
Enter the email address for receiving notifications and accept Let's Encrypt's Terms of Service as shown below.
1.
Click
**Save changes**
.
1.
Select
**Save changes**
.
![
Let's Encrypt settings
](
img/lets_encrypt_integration_v12_1.png
)
...
...
@@ -442,11 +448,12 @@ The scope to use for authentication must match the GitLab Pages OAuth applicatio
pre-existing applications must modify the GitLab Pages OAuth application. Follow these steps to do
this:
1.
Go to your instance's
**Admin Area > Settings > Applications**
and expand
**GitLab Pages**
settings.
1.
On the top bar, select
**Menu >**
**{admin}**
**Admin**
.
1.
On the left sidebar, select
**Settings > Applications**
.
1.
Expand
**GitLab Pages**
.
1.
Clear the
`api`
scope's checkbox and select the desired scope's checkbox (for example,
`read_api`
).
1.
Click
**Save changes**
.
1.
Select
**Save changes**
.
#### Disabling public access to all Pages websites
...
...
@@ -460,9 +467,11 @@ This can be useful to preserve information published with Pages websites to the
of your instance only.
To do that:
1.
Go to your instance's
**Admin Area > Settings > Preferences**
and expand
**Pages**
settings.
1.
Check the
**Disable public access to Pages sites**
checkbox.
1.
Click
**Save changes**
.
1.
On the top bar, select
**Menu >**
**{admin}**
**Admin**
.
1.
On the left sidebar, select
**Settings > Preferences**
.
1.
Expand
**Pages**
.
1.
Select the
**Disable public access to Pages sites**
checkbox.
1.
Select
**Save changes**
.
WARNING:
For self-managed installations, all public websites remain private until they are
...
...
@@ -635,12 +644,6 @@ Follow the steps below to configure the proxy listener of GitLab Pages.
1.
[
Reconfigure GitLab
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
.
## Set maximum pages size
You can configure the maximum size of the unpacked archive per project in
**Admin Area > Settings > Preferences > Pages**
, in
**Maximum size of pages (MB)**
.
The default is 100MB.
### Override maximum pages size per project or group **(PREMIUM SELF)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/16610) in GitLab 12.7.
...
...
@@ -1256,9 +1259,14 @@ Upgrading to an [officially supported operating system](https://about.gitlab.com
### The requested scope is invalid, malformed, or unknown
This problem comes from the permissions of the GitLab Pages OAuth application. To fix it, go to
**Admin > Applications > GitLab Pages**
and edit the application. Under
**Scopes**
, ensure that the
`api`
scope is selected and save your changes.
This problem comes from the permissions of the GitLab Pages OAuth application. To fix it:
1.
On the top bar, select
**Menu >**
**{admin}**
**Admin**
.
1.
On the left sidebar, select
**Applications > GitLab Pages**
.
1.
Edit the application.
1.
Under
**Scopes**
, ensure that the
`api`
scope is selected.
1.
Save your changes.
When running a
[
separate Pages server
](
#running-gitlab-pages-on-a-separate-server
)
,
this setting needs to be configured on the main GitLab server.
...
...
doc/administration/pages/source.md
View file @
907ce91e
...
...
@@ -443,9 +443,14 @@ are stored.
## Set maximum Pages size
The maximum size of the unpacked archive per project can be configured in
**Admin Area > Settings > Preferences > Pages**
, in
**Maximum size of pages (MB)**
.
The default is 100MB.
The default for the maximum size of unpacked archives per project is 100 MB.
To change this value:
1.
On the top bar, select
**Menu >**
**{admin}**
**Admin**
.
1.
On the left sidebar, select
**Settings > Preferences**
.
1.
Expand
**Pages**
.
1.
Update the value for
**Maximum size of pages (MB)**
.
## Backup
...
...
doc/user/project/deploy_keys/index.md
View file @
907ce91e
...
...
@@ -121,8 +121,9 @@ repositories to secure, shared services, such as CI/CD.
Instance administrators can add public deploy keys:
1.
Go to
**Admin Area > Deploy Keys**
.
1.
Click on
**New deploy key**
.
1.
On the top bar, select
**Menu >**
**{admin}**
**Admin**
.
1.
On the left sidebar, select
**Deploy Keys**
.
1.
Select
**New deploy key**
.
Make sure your new key has a meaningful title, as it is the primary way for project
maintainers and owners to identify the correct public deploy key to add. For example,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment