{"id":15055488,"url":"https://github.com/osama-yusuf/gitminion","last_synced_at":"2026-02-14T08:01:46.374Z","repository":{"id":232251124,"uuid":"783491700","full_name":"Osama-Yusuf/GitMinion","owner":"Osama-Yusuf","description":"GitMinion simplifies the CI/CD workflow by providing a user-friendly interface to trigger GitLab pipelines and manage pipeline configurations.","archived":false,"fork":false,"pushed_at":"2024-07-08T11:02:30.000Z","size":39413,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-06T18:47:14.824Z","etag":null,"topics":["gitlab","gitlab-cd","reactjs","self-hosted","webapp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Osama-Yusuf.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-04-08T02:05:15.000Z","updated_at":"2024-07-08T11:02:35.000Z","dependencies_parsed_at":"2024-05-13T17:42:15.031Z","dependency_job_id":"de68006d-1767-4515-9afb-8a4af33f250c","html_url":"https://github.com/Osama-Yusuf/GitMinion","commit_stats":null,"previous_names":["osama-yusuf/gitminion"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Osama-Yusuf/GitMinion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osama-Yusuf%2FGitMinion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osama-Yusuf%2FGitMinion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osama-Yusuf%2FGitMinion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osama-Yusuf%2FGitMinion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Osama-Yusuf","download_url":"https://codeload.github.com/Osama-Yusuf/GitMinion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osama-Yusuf%2FGitMinion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29439821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"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":["gitlab","gitlab-cd","reactjs","self-hosted","webapp"],"created_at":"2024-09-24T21:42:53.809Z","updated_at":"2026-02-14T08:01:46.348Z","avatar_url":"https://github.com/Osama-Yusuf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \u003ch1\u003e GitMinion\u003c/h1\u003e\n    \u003cimg src=\"./public/gitminion.png\" alt=\"Profile Image\" style=\"border-radius: 50%; width: 300px; height: 300px; object-fit: cover;\"\u003e\n        \u003cp\u003eGitMinion simplifies the CI/CD workflow by providing a user-friendly interface to trigger GitLab pipelines and manage pipeline configurations.\u003c/p\u003e\n\u003c/div\u003e\n\n## ⭐ Features\n\n- **Trigger GitLab Pipelines**: Easily trigger pipelines for your GitLab projects directly from the interface.\n- **Pipeline Configuration**: Generate and open CI/CD pipeline editor pages with pre-filled settings for convenience.\n- **Environment Variables**: Configure and include custom environment variables when triggering pipelines.\n\n## 🔧 How to Install\n\n### 🐳 Docker\n\n```bash\ndocker run -d --restart=always -p 3000:80 --name gitminion osamayusuf/gitminion:1\n```\n\nGitMinion is now running on [http://localhost:3000](http://localhost:3000).\n\n### 💪🏻 Non-Docker\n\n```bash\n# Clone the repository\ngit clone https://github.com/Osama-Yusuf/GitMinion.git\ncd GitMinion\n\n# Install the dependencies\nnpm install\n\n# Start the development server\nnpm start\n```\n\nGitMinion is now be running on [http://localhost:3000](http://localhost:3000).\n\n## Usage\n\n1. **Configure Settings**: Navigate to the settings page via the gear icon to enter your GitLab link and personal access token.\n2. **Run Page**: Use the Run page to trigger pipelines with optional environment variables.\n3. **Link Page**: Generate and open the CI/CD pipeline editor page from the Link page by providing the required project details.\n\n## 🖼 Screenshots\n\n### Home Page\n\n\u003cimg src=\"./screenshots/home.png\" alt=\"Profile Image\"\u003e\n\n### Trigger Pipeline Page\n\n\u003cimg src=\"./screenshots/run.png\" alt=\"Profile Image\"\u003e\n\n### Generate CI/CD Editor Link Page\n\n\u003cimg src=\"./screenshots/link.png\" alt=\"Profile Image\"\u003e\n\n## Contributing\n\nContributions are welcome, and any help that can improve the project is appreciated. Here’s how you can contribute:\n\n1. Fork the repository.\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`).\n3. Commit your changes (`git commit -am 'Add some AmazingFeature'`).\n4. Push to the branch (`git push origin feature/AmazingFeature`).\n5. Open a pull request.\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Contact\n\nosama9mohamed5@gmail.com\n[https://github.com/osama-yusuf/GitMinion](https://github.com/osama-yusuf/GitMinion)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosama-yusuf%2Fgitminion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosama-yusuf%2Fgitminion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosama-yusuf%2Fgitminion/lists"}