2013-01-22 10:58:09 -05:00
|
|
|
= render layout: 'help/layout' do
|
2013-07-13 01:45:48 -04:00
|
|
|
%h3.page-title Public Access
|
2013-01-13 10:24:29 -05:00
|
|
|
|
2013-11-27 06:13:33 -05:00
|
|
|
%p.slead
|
|
|
|
GitLab allows you to open selected projects to be accessed
|
|
|
|
%strong publicly
|
|
|
|
or
|
|
|
|
%strong internally
|
|
|
|
\.
|
|
|
|
%br
|
|
|
|
Projects with either of these visibility levels will be listed in the #{link_to "public access directory", public_root_path}.
|
|
|
|
%br
|
|
|
|
Internal projects will only be available to authenticated users.
|
|
|
|
|
2013-11-27 06:26:16 -05:00
|
|
|
.clearfix
|
|
|
|
.dashboard-intro-icon
|
|
|
|
= public_icon
|
|
|
|
%h4
|
|
|
|
Public projects
|
|
|
|
%p
|
|
|
|
Public project can be cloned
|
|
|
|
%strong without any
|
|
|
|
authentication.
|
|
|
|
%br
|
2013-11-27 06:40:32 -05:00
|
|
|
It will also be listed on the #{link_to "public access directory", public_root_path}.
|
2013-11-27 06:26:16 -05:00
|
|
|
%br
|
|
|
|
%strong Any logged in user
|
2013-11-27 06:40:32 -05:00
|
|
|
will have #{link_to "Guest", help_permissions_path} permissions on the repository.
|
2013-01-13 10:24:29 -05:00
|
|
|
|
2013-11-27 06:26:16 -05:00
|
|
|
.clearfix
|
|
|
|
.dashboard-intro-icon
|
|
|
|
= internal_icon
|
|
|
|
%h4
|
|
|
|
Internal projects
|
|
|
|
%p
|
|
|
|
Internal project can be cloned by any logged in user.
|
|
|
|
%br
|
|
|
|
It will also be listed on the #{link_to "public access directory", public_root_path} for logged in users.
|
|
|
|
%br
|
|
|
|
Any logged in user will have #{link_to "Guest", help_permissions_path} permissions on the repository.
|
2013-11-27 06:13:33 -05:00
|
|
|
|
|
|
|
%h4 How to change project visibility
|
2013-01-22 10:58:09 -05:00
|
|
|
%ol
|
|
|
|
%li Go to your project dashboard
|
|
|
|
%li Click on the "Edit" tab
|
2013-11-06 10:13:21 -05:00
|
|
|
%li Change "Visibility Level"
|