storing text based fuss with syntax highlighting
Clone repository and install npm modules
git clone https://github.com/holymoly/hullabaloo
cd hullabaloo
npm install
Run hullabaloo
node sever.js
Users can be locked or set as admin from profile page (Account Settings).
db.users.update({"email":"user@email.com"},{$set : {"admin":true}})
db.users.update({"email":"user@email.com"},{$set : {"locked":false}})