Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

julianwachholz/saltchan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saltchan

An easy to use almost-anonymous (pseudonymous) BBS with piece of cake publickey encryption.

Installation

Follow these steps to create your local running instance:

  1. Install Python 3 and Redis-Server
  2. Create a virtualenv with Python 3 and activate it
  3. sudo make install-dev
  4. make dev (This will watch for changes, abort job or send to background)
  5. src/chan.py

Configuration

See src/config.py for configuration options.

To run this in a production environment, adjust as needed. Volatile settings can be configured with environment variables.

License

saltchan is licensed under BSD. See LICENSE file for further information.