WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
4
fork

Configure Feed

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

feat: add DATABASE_URL to .env.example

Malpercio 076ad94f 86cd7710

+3
+3
.env.example
··· 3 3 FORUM_DID=did:plc:your-forum-did-here 4 4 PDS_URL=https://your-pds.example.com 5 5 6 + # Database 7 + DATABASE_URL=postgres://atbb:atbb@localhost:5432/atbb 8 + 6 9 # Web UI configuration 7 10 # PORT=3001 (set in web package, or override here) 8 11 APPVIEW_URL=http://localhost:3000