Skip to content

mpaulweeks/postboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postboard

Simple comment service for demos

Web UI

Install

.install/setup_venv.sh
.install/create_db.sh

.bash/bg_postboard.sh

...

.bash/kill_server.sh

See install/nginx.conf

Tooling

To quickly dump tables and see contents:

echo 'select * from payload;' | sqlite3 postboard.db
echo 'select * from comment;' | sqlite3 postboard.db

todo

  • Open up CORS to github domain
  • Pre-sort GET result to be newest first