Guppy is a simple user management system. https://orion.stellular.net/api/docs/guppy/index.html
Go to file
2024-05-15 13:11:30 -04:00
.cargo add(backend): move to dorsal for database 2024-04-04 21:34:38 -04:00
src fix(backend): login returns 2024-04-29 13:41:08 -04:00
static add(frontend): sync with dorsal example 2024-04-29 13:25:48 -04:00
templates fix(frontend): info link 2024-05-15 13:11:30 -04:00
.gitignore Initial 2024-03-29 21:19:26 -04:00
Cargo.toml add(frontend): sync with dorsal example 2024-04-29 13:25:48 -04:00
justfile Initial 2024-03-29 21:19:26 -04:00
LICENSE Initial 2024-03-29 21:19:26 -04:00
package.json Initial 2024-03-29 21:19:26 -04:00
README.md Initial 2024-03-29 21:19:26 -04:00
static_build.ts Initial 2024-03-29 21:19:26 -04:00
tsconfig.json Initial 2024-03-29 21:19:26 -04:00

🐠 guppy

Guppy is a simple user management system.

Guppy is a relocation and rewrite of Bundlrs user accounts

Guppy only supports the board-orientated markup features of Bundlrs.

Guppy is designed to be able to interface with the same database as a Bundlrs instance! It will use existing users from the Users table and existing posts from the Logs table.

Configuration

Guppy requires the following environment variables to integrate with the other required services:

  • BUNDLRS_ROOT - root address of the bundlrs server
  • PUFFER_ROOT - root address of the puffer server

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