{"id":37406990,"url":"https://github.com/linniksa/redmine_git_mirror","last_synced_at":"2026-01-16T05:50:56.088Z","repository":{"id":48328826,"uuid":"166939708","full_name":"linniksa/redmine_git_mirror","owner":"linniksa","description":"Adds ability to clone and fetch remote git repositories to redmine","archived":false,"fork":false,"pushed_at":"2023-02-21T11:40:32.000Z","size":64,"stargazers_count":33,"open_issues_count":15,"forks_count":18,"subscribers_count":8,"default_branch":"master","last_synced_at":"2023-08-14T05:51:08.597Z","etag":null,"topics":["git","gitlab","redmine"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/linniksa.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}},"created_at":"2019-01-22T06:27:26.000Z","updated_at":"2023-08-02T04:03:14.000Z","dependencies_parsed_at":"2023-02-12T05:01:29.655Z","dependency_job_id":null,"html_url":"https://github.com/linniksa/redmine_git_mirror","commit_stats":null,"previous_names":[],"tags_count":4,"template":null,"template_full_name":null,"purl":"pkg:github/linniksa/redmine_git_mirror","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linniksa%2Fredmine_git_mirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linniksa%2Fredmine_git_mirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linniksa%2Fredmine_git_mirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linniksa%2Fredmine_git_mirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linniksa","download_url":"https://codeload.github.com/linniksa/redmine_git_mirror/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linniksa%2Fredmine_git_mirror/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"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":["git","gitlab","redmine"],"created_at":"2026-01-16T05:50:55.395Z","updated_at":"2026-01-16T05:50:55.859Z","avatar_url":"https://github.com/linniksa.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Redmine Git Mirror plugin [![CI](https://github.com/linniksa/redmine_git_mirror/actions/workflows/main.yml/badge.svg)](https://github.com/linniksa/redmine_git_mirror/actions/workflows/main.yml)\n==================\n\nAdds ability to clone and fetch remote git repositories to redmine.\n\n## Key Features\n* Easy install (just clone to redmine plugins folder)\n* Webhooks integration (gitlab and custom)\n* Works well with enabled autofetch changesets setting and in mix with other scm types\n* Automatic deletes unreachable commits\n\n# Install\n\n    cd [redmine-root]/plugins\n    git clone https://github.com/linniksa/redmine_git_mirror\n\nRestart redmine, and enable `Git Mirror` scm type at `redmine.site/settings?tab=repositories`\n\n## Accessing private repositories\n\nAt this moment only ssh access with redmine user ssh key is supported.\n\n# Fetching changes\n\nThis plugin supports 2 ways of fetching changes, via cronjob or via hooks.\nYou can use only one or both of them together.\n\n## Cronjob\n\nRun ```./bin/rails runner \"Repository::GitMirror.fetch\"```, for example:\n\n    5,20,35,50 * * * * cd /usr/src/redmine \u0026\u0026 ./bin/rails runner \"Repository::GitMirror.fetch\"  -e production \u003e\u003e log/cron_rake.log 2\u003e\u00261\n\n## Hooks\n\nHooks is preferred way because you can immediately see changes of you repository.\n\n### GitLab hooks\n\nYou can setup per-project or system wide hook, for both variants use `redmine.site/sys/git_mirror/gitlab` as `URL`\n\n###### For system wide setup\n\nGo to `gitlab.site/admin/hooks`, and select only `Repository update events` trigger.\n\n###### For per-project setup\n\nGo to `gitlab.site/user/project/settings/integrations`, and select only `Push` and `Tags` events\n\n### GitHub hooks\n\nYou can setup per-project or group wide hook, for both variants\nuse `redmine.site/sys/git_mirror/github` as `Payload URL` and `Just the push event` option.\n\nDon't worry about `Content type` both `application/json` and `application/x-www-form-urlencoded` are supported.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinniksa%2Fredmine_git_mirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinniksa%2Fredmine_git_mirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinniksa%2Fredmine_git_mirror/lists"}