Skip to content

Commit

Permalink
docs: add community implementations of Remote Cache (#9631)
Browse files Browse the repository at this point in the history
### Description

Adding a few community implementations of the Remote Cache to
self-hosting docs.

If there are others that should be on this list, please open a PR!
  • Loading branch information
anthonyshew authored Dec 18, 2024
1 parent d5336c3 commit 4bd09e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/repo-docs/core-concepts/remote-caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 4bd09e8

Please sign in to comment.