Skip to content

Commit 47ee651

Browse files
authored
add tigris to the features list (#947)
* add tigris to the features list * remove full stops
1 parent 5ab4fe8 commit 47ee651

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/features.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ Here are a few things you get today:
66
- [Fly app deployment](https://fly.io/) with [Docker](https://www.docker.com/)
77
- Multi-region, distributed, production-ready
88
[SQLite Database](https://sqlite.org/) with
9-
[LiteFS](https://fly.io/docs/litefs/).
9+
[LiteFS](https://fly.io/docs/litefs/)
1010
- Healthcheck endpoint for
1111
[Fly backups region fallbacks](https://fly.io/docs/reference/configuration/#services-http_checks)
1212
- [Grafana](https://grafana.com/) Dashboards of the running app
1313
- [GitHub Actions](https://github.com/features/actions) with testing and deploy
1414
on merge for both production and staging environments
1515
- Email/Password Authentication with
1616
[cookie-based sessions](https://remix.run/utils/sessions#md-createcookiesessionstorage)
17-
- Two-Factor Authentication (2fa) with support for authenticator apps.
17+
- Two-Factor Authentication (2fa) with support for authenticator apps
1818
- Transactional email with [Resend](https://resend.com/) and forgot
19-
password/password reset support.
19+
password/password reset support
2020
- Progressively Enhanced and fully type safe forms with
2121
[Conform](https://conform.guide/)
2222
- Database ORM with [Prisma](https://prisma.io/)
23-
- Role-based User Permissions.
24-
- Custom built image hosting
23+
- Role-based User Permissions
24+
- Image storage and serving with [Tigris](https://www.tigrisdata.com/)
2525
- Caching via [cachified](https://npm.im/@epic-web/cachified): Both in-memory
2626
and SQLite-based (with
2727
[better-sqlite3](https://github.com/WiseLibs/better-sqlite3))

0 commit comments

Comments
 (0)