You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
jdtron 9b7ddddca2 Update readme 2 weeks ago
clients tildeverse 4 years ago
docs Set theme jekyll-theme-midnight 4 years ago
prototype initial commit of non-prototype 6 years ago
src Allow setting server admins from server's config.json 5 years ago
.dockerignore Add Docker resources 2 weeks ago
.gitignore update gitignore 6 years ago
Dockerfile Update default host 2 weeks ago
LICENSE Create LICENSE 6 years ago
Makefile Add Docker resources 2 weeks ago
README.md Update readme 2 weeks ago
config.json.example Fix config.json.example 4 years ago
dbupdate.py add new parameter to threads: last_author 6 years ago
docker-entrypoint.sh Add Docker resources 2 weeks ago
gendocs.sh i hate my life 6 years ago
mkendpoints.py some slight changes to docs 6 years ago
readme.png now lets work on that readme, eh? 6 years ago
schema.sql add new parameter to threads: last_author 6 years ago
server.py Fix stupid typo preventing new configs being made. 5 years ago
setup.sh fix up if's in setup.sh 4 years ago
todo.org Add basic search support (needs a little work, btw HI MODS) 5 years ago

README.md

Bulletin Butter & Jelly

BBJ is a trivial collection of python scripts and database queries that miraculously shit out a fully functional, text-driven community bulletin board. Requires Python 3.4 and up for the server and the official TUI client (clients/urwid/).

AAAAAAAAAAAAAAAAAAAA

Look Ma, it boots !!11!

It's all driven by an API sitting on top of CherryPy. Currently it does not serve HTML but this is planned for the (distant?) future.

The two official client implementations are a stand alone TUI client for the unix terminal, and GNU Emacs. The API is simple and others are welcome to join the party at some point.

Docker

Database

Initialize with

/bin/bash ./setup.sh --dbset

Mount to /app/data.sqlite

Environment variables

Name Default Description
PORT 7099 Port number to listen for connections
HOST 0.0.0.0 Host address to bind to
INSTANCE_NAME BBJ BBJ's instance name
ALLOW_ANON true Allow anonymous usage
DEBUG false Enable debugging
ADMIN Comma separated list of admin users