Puffer is a simple social platform centered around user expression through highly customizable user profiles and easy to use message boards. https://novae.stellular.net/api/docs/puffer/index.html
Go to file
2024-04-29 13:42:10 -04:00
.cargo add(backend): move to dorsal for database 2024-04-08 12:32:36 -04:00
src add(backend): "/d" -> "/dashboard" 2024-04-29 13:34:15 -04:00
static add(backend): "/d" -> "/dashboard" 2024-04-29 13:34:15 -04:00
templates fix(frontend): guppy links 2024-04-29 13:42:10 -04:00
.gitignore Initial 2024-03-29 18:38:15 -04:00
Cargo.toml add(backend): "/d" -> "/dashboard" 2024-04-29 13:34:15 -04:00
justfile Initial 2024-03-29 18:38:15 -04:00
LICENSE Initial 2024-03-29 18:38:15 -04:00
package.json Initial 2024-03-29 18:38:15 -04:00
README.md Initial 2024-03-29 18:38:15 -04:00
static_build.ts [remove] finish removing auth stuff 2024-03-29 19:16:58 -04:00
tsconfig.json Initial 2024-03-29 18:38:15 -04:00

🐡 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 server
  • GUPPY_ROOT - root address of the guppy server

The rest of the configuration (for databases) can be found in the Bundlrs README.