A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: better formatting for Railway template links

Trezy bb7e0cee bddc0845

+3 -4
+3 -4
packages/docs/docs/getting-started/deployment/railway.md
··· 2 2 3 3 The fastest way to get HappyView running is with Railway. This template deploys HappyView and Postgres with a single click: 4 4 5 - - [HappyView w/ SQLite template](https://railway.com/deploy/happyview-2-sqlite-1?referralCode=0QOgj_) 6 - - [HappyView w/ PostgreSQL template](https://railway.com/deploy/happyview-2-postgresql?referralCode=0QOgj_) 7 - 8 - [![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/happyview-2-sqlite-1?referralCode=0QOgj_) 5 + | SQLite | PostgreSQL | 6 + | --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | 7 + | [![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/happyview-2-sqlite-1?referralCode=0QOgj_) | [![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/happyview-2-postgresql?referralCode=0QOgj_) | 9 8 10 9 ## Required configuration 11 10