Expand description
🐡 puffer
Puffer is a simple social platform centered around user expression through highly customizable and easy to manage message boards.
Puffer is a relocation and rewrite of Bundlrs “Boards”
Puffer inherits many of the core pieces of Bundlrs, such as user accounts and the general UI. Puffer only supports the board-orientated markup features of Bundlrs.
Puffer is designed to be able to interface with the same database as a Bundlrs instance! It will use existing boards from the Boards
table and existing posts from the Logs
table.
User management is handled by Guppy!
Configuration
Puffer requires the following environment variables to integrate with the other required services:
BUNDLRS_ROOT
- root address of the bundlrs serverGUPPY_ROOT
- root address of the guppy server
The rest of the configuration (for databases) can be found in the Bundlrs README.
Modules
- Database
Functions
- main 🔒