forked from ducktors/turborepo-remote-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into all-contributors/add-adriantr
- Loading branch information
Showing
12 changed files
with
140 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,5 @@ S3_ENDPOINT= | |
GCS_PROJECT_ID= | ||
GCS_CLIENT_EMAIL= | ||
GCS_PRIVATE_KEY= | ||
# Azure Blob Storage | ||
ABS_CONNECTION_STRING= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
layout: default | ||
title: Free Hosted Remote Cache | ||
parent: Deployment Environments | ||
nav_order: 1 | ||
--- | ||
|
||
# Disclaimer | ||
The maintainers and contributors of the GitHub Ducktors organization assumes no responsibility for errors or omissions in the artifacts/cache of Turborepo Remote Cache Free Servers. | ||
|
||
In no event shall the maintainers and contributors of the GitHub Ducktors organization be liable for any special, direct, indirect, consequential, or incidental damages or any damages whatsoever, whether in an action of contract, negligence or other tort, arising out of or in connection with the use of the Turborepo Remote Cache Free Servers. | ||
|
||
The maintainers and contributors of the GitHub Ducktors organization does not warrant that the Turborepo Remote Cache Free Servers is free other harmful components. | ||
|
||
**No Responsibility Disclaimer** | ||
|
||
The artifacts/cache given by Turborepo Remote Cache Free Servers is for general guidance on matters of interest only. Even if maintainers and contributors of the GitHub Ducktors organization takes every precaution to insure that the artifacts/cache of Turborepo Remote Cache Free Servers is both current and accurate, errors can occur. Plus, given the changing nature of laws, rules and regulations, there may be delays, omissions or inaccuracies in the information contained on Turborepo Remote Cache Free Servers. | ||
|
||
**Errors and Omissions Disclaimer** | ||
|
||
Maintainers and contributors of the GitHub Ducktors organization is not responsible for any errors or omissions, or for the results obtained from the use of this information. | ||
|
||
**"Use at Your Own Risk" Disclaimer** | ||
|
||
All information in Turborepo Remote Cache Free Servers is provided "as is", with no guarantee of completeness, accuracy, timeliness or of the results obtained from the use of this information, and without warranty of any kind, express or implied, including, but not limited to warranties of performance, merchantability and fitness for a particular purpose. | ||
|
||
Maintainers and contributors of the GitHub Ducktors organization will not be liable to You or anyone else for any decision made or action taken in reliance on the information given by Turborepo Remote Cache Free Servers or for any consequential, special or similar damages, even if advised of the possibility of such damages. | ||
|
||
# Configure your projecy | ||
|
||
You can configure your project by following [this guide](https://ducktors.github.io/turborepo-remote-cache/custom-remote-caching.html). | ||
|
||
Variables can be set according to the following parameters of each server. It is up to you to choose which server is closest to your current location. | ||
|
||
| Server | Status | TURBO_API | TURBO_TOKEN | | ||
| -- | -- | -- | -- | | ||
| Europe | [![Better Uptime Badge](https://betteruptime.com/status-badges/v1/monitor/mskr.svg)](https://betteruptime.com/?utm_source=status_badge)| `https://eu.trrc.ducktors.dev` |`turbotoken-oss-europe1` | | ||
| North America | [![Better Uptime Badge](https://betteruptime.com/status-badges/v1/monitor/msks.svg)](https://betteruptime.com/?utm_source=status_badge)| `https://us.trrc.ducktors.dev` |`turbotoken-oss-usa1` | | ||
| Asia | [![Better Uptime Badge](https://betteruptime.com/status-badges/v1/monitor/mskt.svg)](https://betteruptime.com/?utm_source=status_badge) |`https://as.trrc.ducktors.dev`|`turbotoken-oss-asia1` | | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "turborepo-remote-cache", | ||
"version": "1.13.0", | ||
"version": "1.13.2", | ||
"description": "Turborepo remote cache server", | ||
"main": "build", | ||
"author": "Maksim Sinik <[email protected]>", | ||
|