Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LiteFS Cloud link #1090

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions about/pricing.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## _How it works_

Our pricing is designed to let you launch a small application for free, and scale costs affordably as your needs grow.

Check failure on line 12 in about/pricing.html.markerb

View workflow job for this annotation

GitHub Actions / vale

[vale] about/pricing.html.markerb#L12

[proselint.Cliches] 'for free' is a cliche.
Raw output
{"message": "[proselint.Cliches] 'for free' is a cliche.", "location": {"path": "about/pricing.html.markerb", "range": {"start": {"line": 12, "column": 63}}}, "severity": "ERROR"}

Fly.io services are billed per organization. Billing is based on the resources provisioned for your apps, pro-rated for the time they are provisioned.

Expand All @@ -17,7 +17,7 @@

All plans require a [credit card](/docs/about/credit-cards/). Each organization starts on the Hobby plan, which is a straightforward pay-as-you-go option. 

We don't offer a "free tier." Instead, we offer some free resource allowances that apply to all plans, including the Hobby plan, and includes enough usage per month to run a small full-stack app, full-time, for free. 

Check notice on line 20 in about/pricing.html.markerb

View workflow job for this annotation

GitHub Actions / vale

[vale] about/pricing.html.markerb#L20

[Fly.WordList] Consider using 'free allowances' instead of 'free tier'.
Raw output
{"message": "[Fly.WordList] Consider using 'free allowances' instead of 'free tier'.", "location": {"path": "about/pricing.html.markerb", "range": {"start": {"line": 20, "column": 19}}}, "severity": "INFO"}

Check failure on line 20 in about/pricing.html.markerb

View workflow job for this annotation

GitHub Actions / vale

[vale] about/pricing.html.markerb#L20

[proselint.Cliches] 'for free' is a cliche.
Raw output
{"message": "[proselint.Cliches] 'for free' is a cliche.", "location": {"path": "about/pricing.html.markerb", "range": {"start": {"line": 20, "column": 208}}}, "severity": "ERROR"}

If you want to scale beyond the included free resources, you can pay for just what you need at the usage-based pricing listed below.

Expand All @@ -29,7 +29,7 @@

## _Free allowances_

Resources included for free on all plans:

Check failure on line 32 in about/pricing.html.markerb

View workflow job for this annotation

GitHub Actions / vale

[vale] about/pricing.html.markerb#L32

[proselint.Cliches] 'for free' is a cliche.
Raw output
{"message": "[proselint.Cliches] 'for free' is a cliche.", "location": {"path": "about/pricing.html.markerb", "range": {"start": {"line": 32, "column": 20}}}, "severity": "ERROR"}

* Up to 3 shared-cpu-1x 256mb VMs<sup><strong><small>†</small></strong></sup>
* 3GB persistent volume storage (total)
Expand Down Expand Up @@ -88,9 +88,9 @@

## LiteFS Cloud

[LiteFS Cloud](http://localhost:4567/docs/litefs/cloud-backups) is a service
that provides streaming backups and point-in-time restore for your SQLite-based
applications that use [LiteFS](/docs/litefs).
[LiteFS Cloud](/docs/litefs/cloud-backups) is a service that provides streaming
backups and point-in-time restore for your SQLite-based applications that use
[LiteFS](/docs/litefs).

- $5 per month for up to 10GB of database storage.
- Additional $0.50/GB per month for database storage above 10GB.
Expand Down