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:
a
: Add a new thread or new messaged
: Delete a thread or a message. Only for admin or for the authore
: Edit a message. Only for admin or for the authorb
: Search thread by a filterf
: Fix a thread in the header of the board. Only for the adminc
: Close a thread. Only for the admin↑↓
: With arrows keys you can navegate into threads or the repliesAvPg/RePg
: To navigate inside the pages of a reply, If it is too long to show it in a screen?
: Show the helpESC
: Return to the previous panel or quit the application
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
- User Interface
- API REST server
- Auth users
- Scripts to manage the database
- Emailing users to notify mentions
- Add key to go to the end of a thread
Build
To compile gbb
you must be installed Go17 or newest. Only type:
go build