public_access.html.haml 1.3 KB
Newer Older
D
Dmitriy Zaporozhets 已提交
1
= render layout: 'help/layout' do
2
  %h3.page-title Public Access
3

4 5 6 7 8 9 10 11 12 13 14 15 16
  %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.

  %hr
  %h4
17
    = public_icon
18 19
     
    Public projects
20
  %p
21 22 23 24 25 26 27 28 29 30 31
    Public project can be cloned
    %strong without any
    authentication.
    %br
    It will also be listed on the #{link_to "public access directory", public_root_path}."
    %br
    %strong Any logged in user
    will have #{link_to "Guest", help_permissions_path} permissions on the repository."

  %hr
  %h4
32
    = internal_icon
33 34 35 36 37 38 39 40
     
    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.
41

42 43 44
  %hr

  %h4 How to change project visibility
D
Dmitriy Zaporozhets 已提交
45 46 47
  %ol
    %li Go to your project dashboard
    %li Click on the "Edit" tab
48
    %li Change "Visibility Level"