Home

Awesome

GBB

A simple bulletin board writed in Go for the terminal to run in a shared *nix server. It has a simple board with threads or conversations sorted by the last message date. It hasn't a users database and it uses the system common users. For admin tasks you must be logged as root (or sudo).

It's written in Go entirely using tcell library for the user interface. Use a SQLite file to store threads and messages.

The keys to use it are:

All the help messages are in spanish but if you want to use gbb in your server and you want change them, send PR or ask me.

Status

Build

To compile gbb you must be installed Go17 or newest. Only type:

go build