Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
22c54be1
Unverified
Commit
22c54be1
authored
4 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
crossref pages to static
parent
212b8612
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/gitlab.md
+15
-6
15 additions, 6 deletions
howto/gitlab.md
with
15 additions
and
6 deletions
howto/gitlab.md
+
15
−
6
View file @
22c54be1
...
...
@@ -538,12 +538,12 @@ store temporary information, caches and session information. They can
also communicate with the
[
Gitaly
](
https://gitlab.com/gitlab-org/gitaly
)
server which handles all
communication with the git repositories themselves.
Finally, Git)Lab also features GitLab Pages and
Continuous
I
ntegration
("pages" and CI, neither of which we do not currently use). CI is
handled by
[
GitLab runners
](
https://gitlab.com/gitlab-org/gitlab-runner/
)
which can be deployed by anyone and
registered in the Rails app to pull CI jobs.
[
GitLab
page
s
](
https://gitlab.com/gitlab-org/gitlab-
pages
)
is "a
simple HTTP server written in Go, made to serve GitLab Pages with
CNAMEs and SNI using HTTP/HTTP2"
.
###
Continuous
i
ntegration
GitLab also features Continuous Integration (CI). CI is handled by
[
GitLab
runner
s
](
https://gitlab.com/gitlab-org/gitlab-
runner/
)
which can be deployed by anyone and registered in
the Rails app to pull CI jobs. This is documented in the
[
service/ci
page
](
service/ci
)
.
### Spam control
...
...
@@ -566,6 +566,15 @@ We have not looked a lot into GitLab scalability. Upstream has
user sizes. We have not yet looked into this, and so far have just
thrown hardware at GitLab when performance issues come up.
### GitLab pages
[
GitLab pages
](
https://gitlab.com/gitlab-org/gitlab-pages
)
is "a simple HTTP server written in Go, made to
serve GitLab Pages with CNAMEs and SNI using HTTP/HTTP2".
GitLab pages is not currently in use in our setup, but could be used
as an alternative to the
[
static mirroring system
](
howto/static-component
)
. See the
[
discussion there
](
howto/static-component#alternatives-considered
)
for more information about that design.
## Issues
[
File
][]
or
[
search
][]
for issues in the
[
gitlab project
][
search
]
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment