Set up GitLab pages

This commit is contained in:
Jake Howard
2022-10-08 15:51:37 +01:00
parent 2dc13c6f40
commit 41582f50db
4 changed files with 34 additions and 0 deletions

View File

@ -54,3 +54,10 @@ registry['storage'] = {
# https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6895
nginx['worker_processes'] = "auto"
# GitLab Pages
pages_external_url "https://gitlab-pages.theorangeone.net"
gitlab_pages["external_http"] = [":8008"]
gitlab_pages["access_control"] = true
pages_nginx["enable"] = false
gitlab_rails["pages_path"] = "/mnt/gitlab-bulk/pages"