From b63d8af52e4d4a85485516f53deb4d4b46230b7e Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Wed, 18 Dec 2024 15:30:35 -0700 Subject: [PATCH] docs: Add community implementations of Remote Cache --- docs/repo-docs/core-concepts/remote-caching.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/repo-docs/core-concepts/remote-caching.mdx b/docs/repo-docs/core-concepts/remote-caching.mdx index ac2605e994503..c62818ab4b3b6 100644 --- a/docs/repo-docs/core-concepts/remote-caching.mdx +++ b/docs/repo-docs/core-concepts/remote-caching.mdx @@ -193,3 +193,10 @@ turbo run build --api="https://my-server.example.com" --token="xxxxxxxxxxxxxxxxx Alternatively, [the `TURBO_API` and `TURBO_TOKEN` System Environment Variables](/repo/docs/reference/system-environment-variables) can be used to set the respective values for the Remote Cache once you've logged in. You can [find the OpenAPI specification for the API here](/api/remote-cache-spec). At this time, all versions of `turbo` are compatible with the `v8` endpoints. + +#### Community implementations + +The Turborepo community has created open-source implementations of the Remote Cache. + +- [`ducktors/turborepo-remote-cache`](https://github.com/ducktors/turborepo-remote-cache) +- [`Tapico/tapico-turborepo-remote-cache`](https://github.com/Tapico/tapico-turborepo-remote-cache)