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: update Railway template links

Trezy bddc0845 a979800f

+5 -1
+5 -1
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 - [![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/happyview?referralCode=0QOgj_) 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_) 6 9 7 10 ## Required configuration 8 11 9 12 After deploying the template, you'll need to configure a few things before the stack works properly: 10 13 11 14 1. **Set your session secret.** In the HappyView service variables, set `SESSION_SECRET` to a random string of at least 64 characters. This is used to sign session cookies. 15 + 12 16 ```sh 13 17 openssl rand -base64 48 14 18 ```