Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
d48de7c3
Commit
d48de7c3
authored
Nov 13, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X proper place for notused-sshkeys + gitlab-shell setup on instance setup
parent
26431a11
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
software/gitlab/TODO
software/gitlab/TODO
+8
-1
software/gitlab/instance-gitlab.cfg.in
software/gitlab/instance-gitlab.cfg.in
+2
-1
software/gitlab/template/gitlab-shell-config.yml.in
software/gitlab/template/gitlab-shell-config.yml.in
+1
-1
No files found.
software/gitlab/TODO
View file @
d48de7c3
...
...
@@ -19,11 +19,18 @@ gitlab-rake <task>
(see doc/raketasks/*)
gitlab:check
gitlab:*:check -> promise
:check
:app:check + (init scripts)
:gitlab_shell:check repo-perm, ssh-keys
:incoming_email:chec +
:repo:check + (fsck repos)
:sidekiq:check +
gitlab:env:info
gitlab:import:repos
gitlab:setup
gitlab:shell:install
gitlab:shell:setup
gitlab:web_hook:{add,rm,list}
...
...
software/gitlab/instance-gitlab.cfg.in
View file @
d48de7c3
...
...
@@ -625,7 +625,8 @@ command =
-d ${service-postgresql:dbname} \
-c '\d' | grep -q '^No relations found' ; then
${:rake} db:schema:load db:seed_fu
fi
fi &&
force=yes ${:rake} gitlab:shell:setup
...
...
software/gitlab/template/gitlab-shell-config.yml.in
View file @
d48de7c3
...
...
@@ -28,7 +28,7 @@ repos_path: "{{ gitlab.repositories }}"
# File used as authorized_keys for gitlab user
# NOTE not used in slapos version (all access via http only)
auth_file: "
TODO
"
auth_file: "
{{ gitlab.var }}/sshkeys-notused
"
# File that contains the secret key for verifying access to GitLab.
# Default is .gitlab_shell_secret in the root directory.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment