Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

281 Commits

Repository files navigation

🚀 GitHub Actions Cache Server

This 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.

Features

  • 🔥 Compatible with official actions/cache action
  • 📦 Supports multiple storage solutions and is easily extendable.
  • 🔒 Secure and self-hosted, giving you full control over your cache data.
  • 😎 Easy setup
services:
cache-server:
image: ghcr.io/falcondev-oss/github-actions-cache-serverports:
- '3000:3000'environment:
API_BASE_URL: http://localhost:3000STORAGE_DRIVER: filesystemSTORAGE_FILESYSTEM_PATH: /data/cacheDB_DRIVER: sqliteDB_SQLITE_PATH: /data/cache-server.dbvolumes:
- cache-data:/datavolumes:
cache-data:

Documentation

👉 https://gha-cache-server.falcondev.io/getting-started 👈

About

Self-hosted GitHub Actions cache server implementation. Compatible with official 'actions/cache' action

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages