sameersbn / sameersbn/docker-gitlab
can't import a project from GitHub, I don't know how to configure gitlab.rb
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
gitlab_rails['omniauth_enabled'] = true
gitlab_rails['omniauth_allow_single_sign_on'] = false
gitlab_rails['block_auto_created_users'] = true
gitlab_rails['omniauth_providers'] = [
{
"name" => "github",
"app_id" => "YOUR_APP_ID",
"app_secret" => "YOUR_APP_SECRET",
"url" => "https://github.com/",
"args" => { "scope" => "user:email" }
}
]
how fill in gitlab.rb and Where is gitlab.rb
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the gitlab.rb configuration entry point and the Dockerized GitLab setup described in the issue. Document where gitlab.rb is located and how the supplied GitHub OmniAuth settings, including the application credentials, should be configured; done means a user can complete the setup and import a GitHub project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github, shell
- Domain
- authentication, devops, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100