turborepo-remote-cache 1.13.2 → 1.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +20 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,16 +12,30 @@
12
12
  This project is an open-source implementation of the [Turborepo custom remote cache server](https://turborepo.org/docs/features/remote-caching#custom-remote-caches). If Vercel's official cache server isn't a viable option, this server is an alternative for self-hosted deployments.
13
13
  It supports several storage providers and deploys environments. Moreover, the project provides __"deploy to "__ buttons for one-click deployments whenever possible.
14
14
 
15
- ## Index
15
+ ## Free Hosted Remote Cache for OSS Projects
16
+
17
+ Our vision as a collective includes helping and making the development of open-source projects as accessible as possible.
18
+
19
+ We have made available for free three remote servers (Europe, North America, and Asia) that you can use to speed up the build of your projects!
20
+
21
+ | Server | Status |
22
+ | -- | -- |
23
+ | Europe | [![Better Uptime Badge](https://betteruptime.com/status-badges/v1/monitor/mskr.svg)](https://betteruptime.com/?utm_source=status_badge)|
24
+ | North America | [![Better Uptime Badge](https://betteruptime.com/status-badges/v1/monitor/msks.svg)](https://betteruptime.com/?utm_source=status_badge)|
25
+ | Asia | [![Better Uptime Badge](https://betteruptime.com/status-badges/v1/monitor/mskt.svg)](https://betteruptime.com/?utm_source=status_badge) |
26
+
27
+ [Read more about and how to use it in the documentation.](https://ducktors.github.io/turborepo-remote-cache/free-hosted-remote-cache)
28
+
29
+ ## Notable projects that use TRRC
30
+
31
+ - [GitHub Actions](https://github.com/trappar/turborepo-remote-cache-gh-action)
32
+ - [Lambda](https://github.com/cvle/turborepo-cache-lambda)
33
+
34
+ ## Documentation
16
35
  - [Supported Storage Providers](https://ducktors.github.io/turborepo-remote-cache/supported-storage-providers)
17
36
  - [Environment variables](https://ducktors.github.io/turborepo-remote-cache/environment-variables)
18
37
  - [Deployment Instructions](https://ducktors.github.io/turborepo-remote-cache/deployment-environments)
19
38
  - [Enable custom remote caching in a Turborepo monorepo](https://ducktors.github.io/turborepo-remote-cache/custom-remote-caching)
20
- ## Supported Storage Providers
21
- - [x] Local filesystem
22
- - [x] AWS S3
23
- - [x] Google Cloud Storage
24
- - [x] Azure Blob Storage
25
39
 
26
40
  [Full documentation is available here](https://ducktors.github.io/turborepo-remote-cache/supported-storage-providers)
27
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turborepo-remote-cache",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
4
4
  "description": "Turborepo remote cache server",
5
5
  "main": "build",
6
6
  "author": "Maksim Sinik <maksim@sinik.it>",