{"id":21373128,"url":"https://github.com/hiqdev/docker-satis-gitlab","last_synced_at":"2026-02-12T06:33:06.488Z","repository":{"id":142004893,"uuid":"120915049","full_name":"hiqdev/docker-satis-gitlab","owner":"hiqdev","description":"Docker Satis Gitlab","archived":false,"fork":false,"pushed_at":"2019-01-04T10:09:23.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-08T14:47:31.845Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiqdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2018-02-09T14:25:29.000Z","updated_at":"2024-03-07T08:33:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ea39da2-dce6-46f1-bc31-23b70cbcea5d","html_url":"https://github.com/hiqdev/docker-satis-gitlab","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hiqdev/docker-satis-gitlab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fdocker-satis-gitlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fdocker-satis-gitlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fdocker-satis-gitlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fdocker-satis-gitlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiqdev","download_url":"https://codeload.github.com/hiqdev/docker-satis-gitlab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fdocker-satis-gitlab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29360644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hacktoberfest"],"created_at":"2024-11-22T08:25:48.778Z","updated_at":"2026-02-12T06:33:06.473Z","avatar_url":"https://github.com/hiqdev.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Satis Gitlab\n\n[![Latest Stable Version](https://poser.pugx.org/hiqdev/docker-satis-gitlab/v/stable)](https://packagist.org/packages/hiqdev/docker-satis-gitlab)\n[![Total Downloads](https://poser.pugx.org/hiqdev/docker-satis-gitlab/downloads)](https://packagist.org/packages/hiqdev/docker-satis-gitlab)\n[![Build Status](https://img.shields.io/travis/hiqdev/docker-satis-gitlab.svg)](https://travis-ci.org/hiqdev/docker-satis-gitlab)\n[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/docker-satis-gitlab.svg)](https://scrutinizer-ci.com/g/hiqdev/docker-satis-gitlab/)\n[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/docker-satis-gitlab.svg)](https://scrutinizer-ci.com/g/hiqdev/docker-satis-gitlab/)\n\n## Installation\n\nClone this repository:\n\n```sh\ngit clone git@github.com:hiqdev/docker-satis-gitlab.git\ncd docker-satis-gitlab\n```\n\n### Building\n\nBuild an image:\n\n```sh\ncd src\ndocker build -t gitlab-satis .\n```\n\n### Usage\n\n#### Create directory for your future container somewhere on your server:\n\n```sh\nmkdir -p ~/docker/satis-gitlab\ncd ~/docker/satis-gitlab\nmkdir config web\n```\n\n#### Create `.env` file:\n\n```env\nSATIS_SITE=https://packagist.mycompany.com/\nGITLAB_SITE=https://gitlab.mycompany.com/\nGITLAB_TOKEN=XXX_MY_PERSONAL_ACCESS_TOKEN_XXX\n```\n\nFollow [this manual](https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html#creating-a-personal-access-token) to issue a personal access token in GitLab.\nWe suggest to create a separate GitLab user for this purpose and add it to repositories and organizations as `Reporter` to pervent any changes using this token.\n\n#### Create additional config file:\n\nThis JSON file will used instead of [original SATIS config template](https://github.com/mborne/satis-gitlab/blob/master/src/MBO/SatisGitlab/Resources/default-template.json).\nCreate it empty by default and fill it when you need to put anything extra in the Satis config.\n\n```sh\nwget -O config/template.json https://raw.githubusercontent.com/mborne/satis-gitlab/master/src/MBO/SatisGitlab/Resources/default-template.json\n```\n\n#### Run Docker container:\n\n```sh\ndocker run \\\n    --env-file=.env \\\n    -v /home/username/docker/satis-gitlab/config:/app/config \\\n    -v /home/username/docker/satis-gitlab/web:/app/web \\\n   satis-gitlab\n```\n\nIn a few seconds you will see new files in `web` and `config` directories.\nConfigure a web server with webroot in `web` directory and you are ready to go!\n\n## Troubleshooting\n\nIf you don't see new files in `web` dir – attach to the container output to start troubleshooting:\n\n```sh\ndocker attach $(docker ps | grep satis | awk '{print $1}')\n```\n\n## Acknowledges\n\n- [Composer Satis project](https://github.com/composer/satis)\n- [GitLab Satis project](https://github.com/mborne/satis-gitlab)\n\n## License\n\nThis project is released under the terms of the BSD-3-Clause [license](LICENSE).\nRead more [here](http://choosealicense.com/licenses/bsd-3-clause).\n\nCopyright © 2018-2019, HiQDev (http://hiqdev.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiqdev%2Fdocker-satis-gitlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiqdev%2Fdocker-satis-gitlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiqdev%2Fdocker-satis-gitlab/lists"}