{"id":49668497,"url":"https://github.com/peterzen/glitchtip-github-bridge","last_synced_at":"2026-05-06T18:06:50.352Z","repository":{"id":344491114,"uuid":"1181910094","full_name":"peterzen/glitchtip-github-bridge","owner":"peterzen","description":"Send Glitchtip events to Github issues","archived":false,"fork":false,"pushed_at":"2026-03-15T00:08:31.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-15T09:36:47.397Z","etag":null,"topics":["github","glitchtip"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/peterzen.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-14T19:41:24.000Z","updated_at":"2026-03-15T04:54:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/peterzen/glitchtip-github-bridge","commit_stats":null,"previous_names":["peterzen/glitchtip-github-bridge"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/peterzen/glitchtip-github-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterzen%2Fglitchtip-github-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterzen%2Fglitchtip-github-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterzen%2Fglitchtip-github-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterzen%2Fglitchtip-github-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterzen","download_url":"https://codeload.github.com/peterzen/glitchtip-github-bridge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterzen%2Fglitchtip-github-bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32705692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["github","glitchtip"],"created_at":"2026-05-06T18:06:46.545Z","updated_at":"2026-05-06T18:06:50.347Z","avatar_url":"https://github.com/peterzen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GlitchTip GitHub Bridge\n\nA webhook bridge that receives [GlitchTip](https://glitchtip.com/) alert notifications and creates GitHub Issues in your target repository.\n\n## Features\n\n- Receives GlitchTip Slack-compatible webhooks\n- Creates GitHub Issues with formatted markdown bodies\n- Enriches issues with stacktraces, tags, and CSP details via GlitchTip API\n- Deduplicates issues to prevent spam\n- Runs as a lightweight Docker container\n\n## Quick Start\n\n1. Copy `.env.example` to `.env` and fill in your values:\n\n   ```bash\n   cp .env.example .env\n   ```\n\n2. Run with Docker Compose:\n\n   ```bash\n   docker compose up -d\n   ```\n\n3. Configure GlitchTip to send webhooks to:\n\n   ```\n   http://\u003cbridge-host\u003e:3001/webhook?secret=\u003cGLITCHTIP_WEBHOOK_SECRET\u003e\n   ```\n\n## Configuration\n\n| Variable | Required | Default | Description |\n|----------|----------|---------|-------------|\n| `GITHUB_TOKEN` | Yes | — | GitHub PAT with `repo` scope |\n| `GITHUB_REPO` | Yes | — | Target repo (e.g. `owner/repo`) |\n| `GLITCHTIP_API_URL` | Yes | — | GlitchTip base URL |\n| `GLITCHTIP_API_TOKEN` | Yes | — | GlitchTip API bearer token |\n| `GLITCHTIP_WEBHOOK_SECRET` | No | — | Webhook authentication secret |\n| `WEBHOOK_PORT` | No | `3001` | Server listen port |\n\n## Development\n\n```bash\nnpm install\nnpm run build\nnpm test\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterzen%2Fglitchtip-github-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterzen%2Fglitchtip-github-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterzen%2Fglitchtip-github-bridge/lists"}