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
at d794e29fc1ecea017b94eeb4c5c210a60c21b75b 15 lines 419 B view raw
1# AppView configuration 2PORT=3000 3FORUM_DID=did:plc:your-forum-did-here 4PDS_URL=https://your-pds.example.com 5 6# Database 7DATABASE_URL=postgres://atbb:atbb@localhost:5432/atbb 8 9# Web UI configuration 10# PORT=3001 (set in web package, or override here) 11APPVIEW_URL=http://localhost:3000 12 13# Forum Service Account credentials (for spike and AppView writes) 14FORUM_HANDLE=your-forum-handle 15FORUM_PASSWORD=your-forum-password