{"id":31690184,"url":"https://github.com/f213/centrifugo-ci","last_synced_at":"2026-02-15T23:03:01.581Z","repository":{"id":314341025,"uuid":"1053675726","full_name":"f213/centrifugo-ci","owner":"f213","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-09T19:19:15.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-07T22:47:31.089Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/f213.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":"2025-09-09T19:16:07.000Z","updated_at":"2025-09-09T19:19:18.000Z","dependencies_parsed_at":"2025-09-11T23:34:33.132Z","dependency_job_id":"bb0ff7c8-cf0e-4291-b330-f56fe50aa38c","html_url":"https://github.com/f213/centrifugo-ci","commit_stats":null,"previous_names":["f213/centrifugo-ci"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/f213/centrifugo-ci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f213%2Fcentrifugo-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f213%2Fcentrifugo-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f213%2Fcentrifugo-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f213%2Fcentrifugo-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f213","download_url":"https://codeload.github.com/f213/centrifugo-ci/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f213%2Fcentrifugo-ci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29491998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-10-08T12:12:31.995Z","updated_at":"2026-02-15T23:03:01.559Z","avatar_url":"https://github.com/f213.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Centrifugo\n\nConvenience [Centrifugo](https://centrifugal.dev/) image to run on the dev machine or inside CI.\n\n## Usage\n\n### compose.yml\n\n```yaml\ncentrifugo:\n  image: ghcr.io/f213/centrifugo-ci\n  environment:\n    - CENTRIFUGO_SECRET=secret\n    - CENTRIFUGO_ADMIN_PASSWORD=password\n  ports:\n    - 6080:6080\n```\n\n### Docker run\n\n```bash\ndocker run -d \\\n  -e CENTRIFUGO_SECRET=secret \\\n  -e CENTRIFUGO_ADMIN_PASSWORD=password \\\n  -p 6080:6080 \\\n  ghcr.io/f213/centrifugo-ci\n```\n\n### GitHub Actions\n\n```yaml\njobs:\n  test:\n    runs-on: ubuntu-latest\n    services:\n      centrifugo:\n        image: ghcr.io/f213/centrifugo-ci\n        env:\n          CENTRIFUGO_SECRET: secret\n          CENTRIFUGO_ADMIN_PASSWORD: password\n        ports:\n          - 6080:6080\n    steps:\n      - uses: actions/checkout@v4\n      - name: Run tests\n        run: |\n          # Your tests here\n          # Centrifugo is available at localhost:6080\n```\n\n## Configuration\n\n- `CENTRIFUGO_SECRET`: Secret key used for JWT, HTTP API and admin secret\n- `CENTRIFUGO_ADMIN_PASSWORD`: Admin panel password\n- Port `6080`: Main server port\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff213%2Fcentrifugo-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff213%2Fcentrifugo-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff213%2Fcentrifugo-ci/lists"}