meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
git:gitlab:pages [2020/04/09 15:03] niziakgit:gitlab:pages [2020/06/03 11:17] (current) niziak
Line 1: Line 1:
 +====== Pages ======
 +
 Support for domains and certificates is disabled. Ask your system's administrator to enable it.  Support for domains and certificates is disabled. Ask your system's administrator to enable it. 
  
Line 11: Line 13:
 gitlab_pages['enable'] = true gitlab_pages['enable'] = true
 gitlab_pages['inplace_chroot'] = true gitlab_pages['inplace_chroot'] = true
 +pages_external_url "http://doc.gitlab.org"
 </file> </file>
  
Line 50: Line 53:
 NOTE: read side effects of this solution: [[https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4243]] NOTE: read side effects of this solution: [[https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4243]]
  
-Another solution is to force requests to IP address - check solution below [[Provide URL to gitlab artifact server]]+Another solution is to force requests to IP address - check solution below [[git:gitlab:pages#provide_url_to_gitlab_artifact_server]]
  
 ===== SSL cert is not trusted ===== ===== SSL cert is not trusted =====
Line 63: Line 66:
 </code> </code>
  
-Another solution is to force requests to IP address - check solution below [[Provide URL to gitlab artifact server]]+Another solution is to force requests to IP address - check solution below [[git:gitlab:pages#provide_url_to_gitlab_artifact_server]]
  
 ===== Provide URL to gitlab artifact server ===== ===== Provide URL to gitlab artifact server =====
 +IT can only work if there is no redirect from ''http'' to ''https'' !
 <file ruby | /etc/gitlab/gitlab.rb> <file ruby | /etc/gitlab/gitlab.rb>
-gitlab_pages['artifacts_server'] = 'http://127.0.0.1/api/v4/'+gitlab_pages['artifacts_server'] = true 
 +gitlab_pages['artifacts_server_url'] = 'http://127.0.0.1/api/v4/'
 </file> </file>
 +
 +