ducktors/turborepo-remote-cache

By ducktors

Updated about 1 month ago

Open source implementation of the Turborepo custom remote cache server.

Image
Integration & delivery
0

1M+

ducktors/turborepo-remote-cache repository overview

remote_cache_1

GitHub package.json version node:20.18.1 pnpm@9.14.2 CI Test Release Docker Maintainability Coverage Status Docker Pulls npm semantic-release: angular OpenSSF Scorecard All Contributors

This project is an open-source implementation of the Turborepo custom remote cache server. If Vercel's official cache server isn't a viable option, this server is an alternative for self-hosted deployments. It supports several storage providers and deploys environments. Moreover, the project provides "deploy to " buttons for one-click deployments whenever possible.

Notable projects that use TRRC

Documentation

Full documentation is available here

Contribute to this project

  1. Clone this repository

    git clone [email protected]:ducktors/turborepo-remote-cache.git

  2. Move inside repository folder

    cd turborepo-remote-cache

  3. Install dependencies

    pnpm install

  4. Copy example variables

    cp .env.example .env

  5. Put your env vars to the env file. See Environment variables section for more details.

  6. Run the project in development mode

    pnpm dev

How to commit

This repo uses Semantic Release with Conventional Commits. Releases are automatically created based on the type of commit message: feat for minor and fix for patch.

feat: new feature ---> 1.x.0
fix: fix a bug ---> 1.0.x

Contributors

Tag summary

Content type

Image

Digest

sha256:99634a04e

Size

99.2 MB

Last updated

about 1 month ago

docker pull ducktors/turborepo-remote-cache