{"id":26293734,"url":"https://github.com/falcondev-oss/github-actions-cache-server","last_synced_at":"2026-02-13T10:01:24.246Z","repository":{"id":221763550,"uuid":"755212946","full_name":"falcondev-oss/github-actions-cache-server","owner":"falcondev-oss","description":"Self-hosted GitHub Actions cache server implementation. Compatible with official 'actions/cache' action","archived":false,"fork":false,"pushed_at":"2026-01-16T17:39:24.000Z","size":2280,"stargazers_count":376,"open_issues_count":12,"forks_count":31,"subscribers_count":8,"default_branch":"dev","last_synced_at":"2026-01-17T04:48:11.361Z","etag":null,"topics":["docker","github-actions","github-actions-cache","self-hosted"],"latest_commit_sha":null,"homepage":"https://gha-cache-server.falcondev.io","language":"TypeScript","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/falcondev-oss.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-09T16:57:18.000Z","updated_at":"2026-01-16T17:39:41.000Z","dependencies_parsed_at":"2024-02-21T18:55:35.536Z","dependency_job_id":"be9688e8-6b40-429c-97d4-a1759fa0d4ed","html_url":"https://github.com/falcondev-oss/github-actions-cache-server","commit_stats":null,"previous_names":["falcondev-it/github-actions-cache-server","falcondev-oss/github-actions-cache-server"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/falcondev-oss/github-actions-cache-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falcondev-oss%2Fgithub-actions-cache-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falcondev-oss%2Fgithub-actions-cache-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falcondev-oss%2Fgithub-actions-cache-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falcondev-oss%2Fgithub-actions-cache-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/falcondev-oss","download_url":"https://codeload.github.com/falcondev-oss/github-actions-cache-server/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falcondev-oss%2Fgithub-actions-cache-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28605916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"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":["docker","github-actions","github-actions-cache","self-hosted"],"created_at":"2025-03-15T02:30:12.103Z","updated_at":"2026-01-20T15:01:18.085Z","avatar_url":"https://github.com/falcondev-oss.png","language":"TypeScript","readme":"# 🚀 GitHub Actions Cache Server\n\nThis is a drop-in replacement for the official GitHub hosted cache server. It is compatible with the official `actions/cache` action, so there is no need to change your workflow files and it even works with packages that internally use `actions/cache`.\n\n## Features\n\n- 🔥 **Compatible with official `actions/cache` action**\n- 📦 Supports multiple storage solutions and is easily extendable.\n- 🔒 Secure and self-hosted, giving you full control over your cache data.\n- 😎 Easy setup\n\n```yaml\nservices:\n  cache-server:\n    image: ghcr.io/falcondev-oss/github-actions-cache-server\n    ports:\n      - '3000:3000'\n    environment:\n      API_BASE_URL: http://localhost:3000\n      STORAGE_DRIVER: filesystem\n      STORAGE_FILESYSTEM_PATH: /data/cache\n      DB_DRIVER: sqlite\n      DB_SQLITE_PATH: /data/cache-server.db\n    volumes:\n      - cache-data:/data\n\nvolumes:\n  cache-data:\n```\n\n## Documentation\n\n👉 \u003chttps://gha-cache-server.falcondev.io/getting-started\u003e 👈\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalcondev-oss%2Fgithub-actions-cache-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffalcondev-oss%2Fgithub-actions-cache-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalcondev-oss%2Fgithub-actions-cache-server/lists"}