{"id":20554974,"url":"https://github.com/ab70/self-hosted-gitlab","last_synced_at":"2026-03-09T17:08:21.408Z","repository":{"id":246620054,"uuid":"821666912","full_name":"ab70/self-hosted-gitlab","owner":"ab70","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-08T10:27:29.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T06:33:41.817Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ab70.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-29T05:18:45.000Z","updated_at":"2025-02-08T10:27:32.000Z","dependencies_parsed_at":"2024-06-29T06:33:36.584Z","dependency_job_id":"afa5f9fc-df09-445f-9e5b-c02f3fd2b79c","html_url":"https://github.com/ab70/self-hosted-gitlab","commit_stats":null,"previous_names":["ab70/self-hosted-gitlab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ab70/self-hosted-gitlab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fself-hosted-gitlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fself-hosted-gitlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fself-hosted-gitlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fself-hosted-gitlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ab70","download_url":"https://codeload.github.com/ab70/self-hosted-gitlab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fself-hosted-gitlab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30303846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T03:15:08.446Z","updated_at":"2026-03-09T17:08:21.384Z","avatar_url":"https://github.com/ab70.png","language":null,"readme":"### To setup using gitlab + runner + registry together use docker-compose version\n\n## self-hosted gitlab CE via docker\n\n## Setup\n\n### 1. Docker command for initialization\n```\nsudo docker run --detach \\\n  --hostname gitlab.example.com \\\n  --publish 127.0.0.1:4443:443 --publish 127.0.0.1:4000:80 \\\n  --name gitlab \\\n  --restart always \\\n  --volume /srv/gitlab/config:/etc/gitlab \\\n  --volume /srv/gitlab/logs:/var/log/gitlab \\\n  --volume /srv/gitlab/data:/var/opt/gitlab \\\n  --env GITLAB_ROOT_PASSWORD='newpassword' \\\n  gitlab/gitlab-ce:latest\n```\n\n*** Now you can access it on 127.0.0.1:4000 and it will redirect to user signin page. If you are not redirected to root user password setup page then follow those steps:\n\n## Fail root user setup\n### Get into the gitlab docker terminal\n```\ndocker exec -it gitlab bash \n```\n\n### Get into gitlab railswhich is responsible for config\n```\ngitlab-rails console -e production\n```\n### Run this command for new username and password as root is user 1\n```\nuser = User.where(id: 1).first\nuser.password = 'admin'\nuser.password_confirmation = 'admin'\nuser.save\nexit\n```\n\n### Now you can login to root user and good to go.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fab70%2Fself-hosted-gitlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fab70%2Fself-hosted-gitlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fab70%2Fself-hosted-gitlab/lists"}