From 5627e4f37f0b4d5d27c7fcec50683b0da43d188c Mon Sep 17 00:00:00 2001 From: Georgios Athanasoulias Date: Sat, 22 Feb 2025 14:50:03 +0000 Subject: [PATCH 1/2] add tigris to the features list --- docs/features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features.md b/docs/features.md index ab070ed33..9d4cc4421 100644 --- a/docs/features.md +++ b/docs/features.md @@ -6,7 +6,7 @@ Here are a few things you get today: - [Fly app deployment](https://fly.io/) with [Docker](https://www.docker.com/) - Multi-region, distributed, production-ready [SQLite Database](https://sqlite.org/) with - [LiteFS](https://fly.io/docs/litefs/). + [LiteFS](https://fly.io/docs/litefs/) - Healthcheck endpoint for [Fly backups region fallbacks](https://fly.io/docs/reference/configuration/#services-http_checks) - [Grafana](https://grafana.com/) Dashboards of the running app @@ -21,7 +21,7 @@ Here are a few things you get today: [Conform](https://conform.guide/) - Database ORM with [Prisma](https://prisma.io/) - Role-based User Permissions. -- Custom built image hosting +- Image storage and serving with [Tigris](https://www.tigrisdata.com/) - Caching via [cachified](https://npm.im/@epic-web/cachified): Both in-memory and SQLite-based (with [better-sqlite3](https://github.com/WiseLibs/better-sqlite3)) From 7a3dc4c1a472679986466ebd907b0fefda2bfb10 Mon Sep 17 00:00:00 2001 From: Georgios Athanasoulias Date: Sat, 22 Feb 2025 14:56:39 +0000 Subject: [PATCH 2/2] remove full stops --- docs/features.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features.md b/docs/features.md index 9d4cc4421..ed54ab75f 100644 --- a/docs/features.md +++ b/docs/features.md @@ -14,13 +14,13 @@ Here are a few things you get today: on merge for both production and staging environments - Email/Password Authentication with [cookie-based sessions](https://remix.run/utils/sessions#md-createcookiesessionstorage) -- Two-Factor Authentication (2fa) with support for authenticator apps. +- Two-Factor Authentication (2fa) with support for authenticator apps - Transactional email with [Resend](https://resend.com/) and forgot - password/password reset support. + password/password reset support - Progressively Enhanced and fully type safe forms with [Conform](https://conform.guide/) - Database ORM with [Prisma](https://prisma.io/) -- Role-based User Permissions. +- Role-based User Permissions - Image storage and serving with [Tigris](https://www.tigrisdata.com/) - Caching via [cachified](https://npm.im/@epic-web/cachified): Both in-memory and SQLite-based (with